From 49bb608386af17d53cbb22fb070b71567492d7f4 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Mon, 9 Mar 2020 10:12:23 +0100 Subject: [PATCH] remove output flag from pipeline variable --- update_gcm_archive.azure.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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