File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ if (!$SkipBuild) {
200200 $accessToken = az account get-access - token -- query accessToken -- resource 499b84ac- 1321 - 427f - aa17- 267ca6975798 - o tsv
201201 if ($LASTEXITCODE -ne 0 ) {
202202 Write-Warning " Failed to get access token, use 'az login' first, or use '-useCratesIO' to use crates.io. Proceeding with anonymous access."
203- $env: CARGO_REGISITRIES_POWERSHELL_INDEX = " sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/"
203+ $env: CARGO_REGISTRIES_POWERSHELL_INDEX = " sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/"
204204 } else {
205205 $header = " Bearer $accessToken "
206206 $env: CARGO_REGISTRIES_POWERSHELL_TOKEN = $header
@@ -209,7 +209,7 @@ if (!$SkipBuild) {
209209 }
210210 else {
211211 Write-Warning " Azure CLI not found, proceeding with anonymous access."
212- $env: CARGO_REGISITRIES_POWERSHELL_INDEX = " sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/"
212+ $env: CARGO_REGISTRIES_POWERSHELL_INDEX = " sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/"
213213 }
214214 }
215215
You can’t perform that action at this time.
0 commit comments