@@ -138,7 +138,7 @@ extends:
138
138
inputs :
139
139
rustVersion : ms-stable
140
140
toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
141
- cratesIoFeedOverride : sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
141
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
142
142
additionalTargets : $(buildName)
143
143
displayName : Install Rust
144
144
env :
@@ -275,7 +275,7 @@ extends:
275
275
inputs :
276
276
rustVersion : ms-stable
277
277
toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
278
- cratesIoFeedOverride : sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
278
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
279
279
additionalTargets : x86_64-unknown-linux-gnu
280
280
displayName : Install Rust
281
281
env :
@@ -322,7 +322,7 @@ extends:
322
322
inputs :
323
323
rustVersion : ms-stable
324
324
toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
325
- cratesIoFeedOverride : sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
325
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
326
326
additionalTargets : aarch64-unknown-linux-gnu
327
327
displayName : Install Rust
328
328
env :
@@ -377,7 +377,7 @@ extends:
377
377
inputs :
378
378
rustVersion : ms-stable
379
379
toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
380
- cratesIoFeedOverride : sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
380
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
381
381
additionalTargets : $(buildName)
382
382
displayName : Install Rust
383
383
env :
0 commit comments