Skip to content

Commit

Permalink
Dont publish symbol packages automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeuchler committed Nov 13, 2020
1 parent 84a66b5 commit ded994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/BuildToolkit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ function Invoke-Publish {

foreach ($package in $packages) {
Write-Host "Pushing package $package"
& $global:NugetCli push $package $env:MORYX_NUGET_APIKEY -Source $env:MORYX_PACKAGE_TARGET -Verbosity $env:MORYX_NUGET_VERBOSITY
& $global:NugetCli push $package $env:MORYX_NUGET_APIKEY -Source $env:MORYX_PACKAGE_TARGET -Verbosity $env:MORYX_NUGET_VERBOSITY -NoSymbols
Invoke-ExitCodeCheck $LastExitCode;
}

Expand Down

0 comments on commit ded994e

Please sign in to comment.