mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-19 01:31:50 +00:00
Merge branch 'master' of https://github.com/koenbeuk/EntityFrameworkCore.Projectables
This commit is contained in:
@@ -46,6 +46,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
include-prerelease: True
|
||||
- name: Pack v1
|
||||
run: |
|
||||
dotnet pack -v normal -c DebugV1 --include-symbols --include-source -p:PackageVersion=1.0.0-pre-$GITHUB_RUN_ID -o nupkg
|
||||
|
||||
Reference in New Issue
Block a user