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 ade55f2 commit 556a1e5Copy full SHA for 556a1e5
eng/nightly.ps1
@@ -13,7 +13,7 @@ Write-Host -ForegroundColor Blue Publish with .NET CLI
13
& dotnet --info
14
15
Write-Host -ForegroundColor Green Create Packages
16
-& dotnet pack -c Release
+& dotnet pack -c Release /p:PublicRelease=false
17
18
Write-Host -ForegroundColor Green Upload Packages
19
& dotnet nuget push "$PSScriptRoot\..\build\Release\*.nupkg" -k $apiKey -s $source
0 commit comments