diff --git a/update_gcm_archive.azure.ps1 b/update_gcm_archive.azure.ps1 index d450253..ace347c 100644 --- a/update_gcm_archive.azure.ps1 +++ b/update_gcm_archive.azure.ps1 @@ -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" \ No newline at end of file +# Set Azure variable to commit and push changes +Write-Host "##vso[task.setvariable variable=pushChanges;]Yes" \ No newline at end of file