From ee92efaa5c7912563fbe9fa70cb3f1688f1fff48 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Wed, 22 Feb 2023 09:53:31 +0100 Subject: [PATCH] Update pack command --- .github/workflows/packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index c51d93b60..b438c9a28 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -27,7 +27,7 @@ jobs: - name: Test run: dotnet test --configuration Release /p:Version=${VERSION} --no-build - name: Pack - run: dotnet pack --configuration Release /p:Version=${VERSION} --output . + run: dotnet pack --configuration Release /p:Version=${VERSION} /p:PackageOutputPath=$(pwd) - name: Authenticate run: dotnet nuget add source ${{ env.nuget_feed_source }} --name ${{ env.nuget_feed_name }} --username az --password ${{ secrets.AZURE_DEVOPS_TOKEN }} --store-password-in-clear-text --configfile ${{ env.nuget_config }} - name: Push