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
  • Loading branch information
vonzshik authored Feb 18, 2023
1 parent 3d03e8d commit 6fafb37
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 @@ -152,7 +152,7 @@ jobs:
uses: actions/setup-dotnet@v3

- name: Pack
run: dotnet pack --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 --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
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6fafb37

Please sign in to comment.