remove output flag from pipeline variable

This commit is contained in:
Matteias Collet 2020-03-09 10:12:23 +01:00
parent dca569e796
commit 49bb608386

View file

@ -61,5 +61,5 @@ Set-Location ..;
Remove-Item "./.gcmbuild" -Recurse;
Write-Host -ForegroundColor Green "Done";
# Set Azure environment to commit and push changes
Write-Host "##vso[task.setvariable variable=pushChanges;isOutput=true]Yes"
# Set Azure variable to commit and push changes
Write-Host "##vso[task.setvariable variable=pushChanges;]Yes"