Skip to content

Commit

Permalink
Replace --output with --property for pack in ci to fix 7.0.2 breaking…
Browse files Browse the repository at this point in the history
… change (#4938)

dotnet/sdk#30625 (comment)
(cherry picked from commit 09fa2a2)
  • Loading branch information
vonzshik authored and roji committed Feb 20, 2023
1 parent 0d3e8ad commit aed225e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ jobs:
dotnet-version: ${{ env.dotnet_sdk_version }}

- name: Pack
run: dotnet pack Npgsql.sln --configuration Release --output nupkgs --version-suffix "ci.$(date -u +%Y%m%dT%H%M%S)+sha.${GITHUB_SHA:0:9}" -p:ContinuousIntegrationBuild=true
run: dotnet pack Npgsql.sln --configuration Release --property:PackageOutputPath="$PWD/nupkgs" --version-suffix "ci.$(date -u +%Y%m%dT%H%M%S)+sha.${GITHUB_SHA:0:9}" -p:ContinuousIntegrationBuild=true

- name: Upload artifacts (nupkg)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit aed225e

Please sign in to comment.