We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450612a commit 46bb5c1Copy full SHA for 46bb5c1
.github/workflows/release.yaml
@@ -17,6 +17,6 @@ jobs:
17
with:
18
dotnet-version: 5.0.*
19
- name: Pack
20
- run: dotnet pack --output ./artifacts --configuration Release -p:Version=$RELEASE_VERSION
+ run: dotnet pack --output ./artifacts --configuration Release -p:GeneratePackageOnBuild=false -p:Version=$RELEASE_VERSION
21
- name: Publish packages
22
run: dotnet nuget push ./artifacts/**.nupkg --source nuget.org --api-key ${{secrets.NUGET_TOKEN}}
0 commit comments