From f90e677dfc1b29586d616c1b2386701c183a236b Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Sun, 19 Apr 2020 14:10:14 +0200 Subject: [PATCH] Update build workflow --- .github/workflows/elsa-2.0.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/elsa-2.0.yml b/.github/workflows/elsa-2.0.yml index 792b001c5..01c686ea7 100644 --- a/.github/workflows/elsa-2.0.yml +++ b/.github/workflows/elsa-2.0.yml @@ -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: |