We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a54de9 commit a766fb6Copy full SHA for a766fb6
.github/workflows/nuget-org.yml
@@ -35,8 +35,8 @@ jobs:
35
- name: Unit test
36
run: dotnet test -c Release --no-build --no-restore --verbosity normal
37
38
- - name: Pack nuget
39
- run: dotnet pack -c Release --no-build --no-restore --output nupkgs /p:PackageVersion=${{ env.semver }}
+ - name: Pack nuget
+ run: dotnet pack -c Release --no-build --no-restore --property:PackageOutputPath=nupkgs /p:PackageVersion=${{ env.semver }}
40
41
- name: Upload to nuget.org
42
run: dotnet nuget push nupkgs/*.nupkg --api-key ${{secrets.NUGET_ORG}} --source https://api.nuget.org/v3/index.json
0 commit comments