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 7877a6f commit 99bd13bCopy full SHA for 99bd13b
build.ps1
@@ -238,7 +238,7 @@ if (!$SkipBuild) {
238
${env:CARGO_SOURCE_crates-io_REPLACE_WITH} = $null
239
$env:CARGO_REGISTRIES_CRATESIO_INDEX = $null
240
241
- if ($UseCFSAuth) {
+ if ($UseCFSAuth -or $null -ne $env:TF_BUILD) {
242
if ($null -eq (Get-Command 'az' -ErrorAction Ignore)) {
243
throw "Azure CLI not found"
244
}
0 commit comments