Skip to content

Commit 9ea21dc

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
remove check for TFS since ADO gets token from yaml
1 parent 8e1d535 commit 9ea21dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ if (!$SkipBuild) {
238238
${env:CARGO_SOURCE_crates-io_REPLACE_WITH} = $null
239239
$env:CARGO_REGISTRIES_CRATESIO_INDEX = $null
240240

241-
if ($UseCFSAuth -or $null -ne $env:TF_BUILD) {
241+
if ($UseCFSAuth) {
242242
if ($null -eq (Get-Command 'az' -ErrorAction Ignore)) {
243243
throw "Azure CLI not found"
244244
}

0 commit comments

Comments
 (0)