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