Update build workflow
This commit is contained in:
parent
2644448b3d
commit
f90e677dfc
5
.github/workflows/elsa-2.0.yml
vendored
5
.github/workflows/elsa-2.0.yml
vendored
|
|
@ -33,11 +33,8 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 3.1.201
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore Elsa.sln
|
||||
|
||||
- name: Build
|
||||
run: dotnet pack Elsa.sln --include-symbols --no-restore -c Release -o out -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}-${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }}
|
||||
run: dotnet pack Elsa.sln --include-symbols -c Release -o out -p:PackageVersion=${{ steps.gitversion.outputs.nuGetVersionV2 }}-${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }}
|
||||
|
||||
- name: Push to MyGet registry
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue