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 6ff129b commit 10eaf15Copy full SHA for 10eaf15
images/win/scripts/Installers/Install-AzureDevOpsCli.ps1
@@ -22,7 +22,7 @@ Write-Host "Warmup 'az-devops'"
22
}
23
24
# Run logout command to force installation of the python credential handlers
25
-Invoke-ValidateCommand -Command "echo "dummy" | az devops login"
+Invoke-ValidateCommand -Command "echo 'dummy' | az devops login"
26
Invoke-ValidateCommand -Command "az devops logout"
27
28
Invoke-PesterTests -TestFile "CLI.Tools" -TestName "Azure DevOps CLI"
0 commit comments