Skip to content

Commit 1b1ddfa

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
change how to ref variable
1 parent 390bdd6 commit 1b1ddfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ extends:
288288
if ((openssl version -d) -match 'OPENSSLDIR: "(?<dir>.*?)"') {
289289
$env:OPENSSL_LIB_DIR = $matches['dir']
290290
}
291-
$header = "Bearer $(AzToken)"
291+
$header = "Bearer " + $(AzToken)
292292
$env:CARGO_REGISTRIES_POWERSHELL_TOKEN = $header
293293
$env:CARGO_REGISTRIES_POWERSHELL_CREDENTIAL_PROVIDER = 'cargo:token'
294294
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl

0 commit comments

Comments
 (0)