Skip to content

Commit 46bb5c1

Browse files
authored
Update release.yaml
Set GeneratePackageOnBuild=false due to an issue where when true it does not build. dotnet/sdk#3473 (comment)
1 parent 450612a commit 46bb5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
dotnet-version: 5.0.*
1919
- name: Pack
20-
run: dotnet pack --output ./artifacts --configuration Release -p:Version=$RELEASE_VERSION
20+
run: dotnet pack --output ./artifacts --configuration Release -p:GeneratePackageOnBuild=false -p:Version=$RELEASE_VERSION
2121
- name: Publish packages
2222
run: dotnet nuget push ./artifacts/**.nupkg --source nuget.org --api-key ${{secrets.NUGET_TOKEN}}

0 commit comments

Comments
 (0)