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 cde17c0 commit feeb04fCopy full SHA for feeb04f
.pipelines/DSC-Official.yml
@@ -284,6 +284,8 @@ extends:
284
Write-Host "Use 'powershell' CFS"
285
Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
286
Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
287
+ Add-Content -Path "./.cargo/config.toml" -Value '[registry]'
288
+ Add-Content -Path "./.cargo/config.toml" -Value 'global-credential-provider = ["cargo:token"]'
289
290
$env:CARGO_HTTP_DEBUG=true
291
$env:CARGO_LOG='network=trace'
0 commit comments