Skip to content

Commit 556a1e5

Browse files
committed
ensure PublicRelease is false in nightly
1 parent ade55f2 commit 556a1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/nightly.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Write-Host -ForegroundColor Blue Publish with .NET CLI
1313
& dotnet --info
1414

1515
Write-Host -ForegroundColor Green Create Packages
16-
& dotnet pack -c Release
16+
& dotnet pack -c Release /p:PublicRelease=false
1717

1818
Write-Host -ForegroundColor Green Upload Packages
1919
& dotnet nuget push "$PSScriptRoot\..\build\Release\*.nupkg" -k $apiKey -s $source

0 commit comments

Comments
 (0)