Skip to content

Commit 34e82d3

Browse files
committed
Temporarily disabled automatic Chocolatey publishing
1 parent 25e2c64 commit 34e82d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Build.PSake.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ Task Chocolatey {
135135
$nugetPackagePath = Join-Path -Path $releasePath -ChildPath ('{0}.{1}.nupkg' -f $manifest.Name.ToLower(), $version);
136136
Write-Host (' Chocolatey package "{0}" created.' -f $nugetPackagePath) -ForegroundColor Yellow;
137137
$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;
138+
Write-Host (' MANUAL: Push Chocolatey package "{0}".' -f $nugetPackagePath) -ForegroundColor Yellow;
139139
}
140140
}

0 commit comments

Comments
 (0)