Skip to content

Commit 033ff98

Browse files
committed
(GH-46) Correcting error in build script
1 parent 42d2350 commit 033ff98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildScripts/default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ Task -Name DeployPackageToChocolateyAndNuget -Description "Takes the packages an
724724
$nugetPath = ($_ | Resolve-Path).Path;
725725
$convertedPath = Convert-Path $nugetPath;
726726

727-
if(&_ -like '*cli*') {
727+
if($_ -like '*cli*') {
728728
& $nugetExe push $convertedPath $env:ChocolateyApiKey -source $env:ChocolateyFeedUrl
729729
} else {
730730
& $nugetExe push $convertedPath $env:NugetApiKey -source $env:NugetFeedUrl

0 commit comments

Comments
 (0)