remove output flag from pipeline variable
This commit is contained in:
parent
dca569e796
commit
49bb608386
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
Loading…
Reference in a new issue