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 d8c55f4 commit fbcd293Copy full SHA for fbcd293
BuildScripts/default.ps1
@@ -636,7 +636,7 @@ Task -Name PackageChocolatey -Description "Packs the module and example package"
636
637
if(Test-Path $nugetPath) {
638
Write-Output "Pushing artifact to AppVeyor...";
639
- Push-AppveyorArtifact $nugetPath;
+ Push-AppveyorArtifact (Convert-Path $nugetPath);
640
Write-Output "AppVeyor Upload completed.";
641
} else {
642
Write-Output "Unable to find path of artifact, so can't upload."
0 commit comments