We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e2c64 commit 34e82d3Copy full SHA for 34e82d3
1 file changed
Build.PSake.ps1
@@ -135,6 +135,6 @@ Task Chocolatey {
135
$nugetPackagePath = Join-Path -Path $releasePath -ChildPath ('{0}.{1}.nupkg' -f $manifest.Name.ToLower(), $version);
136
Write-Host (' Chocolatey package "{0}" created.' -f $nugetPackagePath) -ForegroundColor Yellow;
137
$chocolateyApiKey = (New-Object System.Management.Automation.PSCredential 'OAUTH', (Get-Content -Path $chocolateyTokenPath | ConvertTo-SecureString)).GetNetworkCredential().Password;
138
- Write-Host (' Pushing Chocolatey package "{0}".' -f $nugetPackagePath) -ForegroundColor Yellow;
+ Write-Host (' MANUAL: Push Chocolatey package "{0}".' -f $nugetPackagePath) -ForegroundColor Yellow;
139
}
140
0 commit comments