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 390bdd6 commit 1b1ddfaCopy full SHA for 1b1ddfa
.pipelines/DSC-Official.yml
@@ -288,7 +288,7 @@ extends:
288
if ((openssl version -d) -match 'OPENSSLDIR: "(?<dir>.*?)"') {
289
$env:OPENSSL_LIB_DIR = $matches['dir']
290
}
291
- $header = "Bearer $(AzToken)"
+ $header = "Bearer " + $(AzToken)
292
$env:CARGO_REGISTRIES_POWERSHELL_TOKEN = $header
293
$env:CARGO_REGISTRIES_POWERSHELL_CREDENTIAL_PROVIDER = 'cargo:token'
294
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
0 commit comments