Update build workflow

This commit is contained in:
Sipke Schoorstra 2020-04-19 14:10:14 +02:00
parent 2644448b3d
commit f90e677dfc

View file

@ -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: |