@@ -120,7 +120,7 @@ extends:
120
120
inputs :
121
121
rustVersion : ms-stable
122
122
toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
123
- cratesIoFeedOverride : sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
123
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
124
124
additionalTargets : $(buildName)
125
125
displayName : Install Rust
126
126
env :
@@ -257,7 +257,7 @@ extends:
257
257
inputs :
258
258
rustVersion : ms-stable
259
259
toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
260
- cratesIoFeedOverride : sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
260
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
261
261
additionalTargets : x86_64-unknown-linux-gnu
262
262
displayName : Install Rust
263
263
env :
@@ -304,7 +304,7 @@ extends:
304
304
inputs :
305
305
rustVersion : ms-stable
306
306
toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
307
- cratesIoFeedOverride : sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
307
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
308
308
additionalTargets : aarch64-unknown-linux-gnu
309
309
displayName : Install Rust
310
310
env :
@@ -359,7 +359,7 @@ extends:
359
359
inputs :
360
360
rustVersion : ms-stable
361
361
toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
362
- cratesIoFeedOverride : sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
362
+ # cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
363
363
additionalTargets : $(buildName)
364
364
displayName : Install Rust
365
365
env :
0 commit comments