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 ddebd05 commit d71a0feCopy full SHA for d71a0fe
images/win/scripts/Installers/Install-AzureDevOpsCli.ps1
@@ -36,7 +36,7 @@ Write-Host "Warmup 'az-devops'"
36
}
37
38
# calling az devops login to force it to install `keyring`. Login will actually fail, redirecting error to null
39
-Write-Host 'fake token' | az devops login | Out-Null
+Write-Output 'fake token' | az devops login | Out-Null
40
# calling az devops logout to be sure no credentials remain.
41
az devops logout | out-null
42
0 commit comments