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 42d2350 commit 033ff98Copy full SHA for 033ff98
BuildScripts/default.ps1
@@ -724,7 +724,7 @@ Task -Name DeployPackageToChocolateyAndNuget -Description "Takes the packages an
724
$nugetPath = ($_ | Resolve-Path).Path;
725
$convertedPath = Convert-Path $nugetPath;
726
727
- if(&_ -like '*cli*') {
+ if($_ -like '*cli*') {
728
& $nugetExe push $convertedPath $env:ChocolateyApiKey -source $env:ChocolateyFeedUrl
729
} else {
730
& $nugetExe push $convertedPath $env:NugetApiKey -source $env:NugetFeedUrl
0 commit comments