We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70cfaa commit 0fb09acCopy full SHA for 0fb09ac
.github/workflows/release.yaml
@@ -26,7 +26,7 @@ jobs:
26
run: dotnet workload install maui
27
28
- name: Build and Pack
29
- run: dotnet pack Source\csla.build.sln --configuration Release
+ run: dotnet pack Source\csla.build.sln --configuration Release -p:PublicRelease=true
30
31
- name: Push NuGet packages
32
run: dotnet nuget push bin\packages\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments