@@ -119,7 +119,7 @@ extends:
119
119
- task : RustInstaller@1
120
120
inputs :
121
121
rustVersion : ms-stable
122
- toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
122
+ # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
123
123
# cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
124
124
additionalTargets : $(buildName)
125
125
displayName : Install Rust
@@ -256,7 +256,7 @@ extends:
256
256
- task : RustInstaller@1
257
257
inputs :
258
258
rustVersion : ms-stable
259
- toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
259
+ # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
260
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
@@ -303,7 +303,7 @@ extends:
303
303
- task : RustInstaller@1
304
304
inputs :
305
305
rustVersion : ms-stable
306
- toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
306
+ # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
307
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
@@ -358,7 +358,7 @@ extends:
358
358
- task : RustInstaller@1
359
359
inputs :
360
360
rustVersion : ms-stable
361
- toolchainFeed : https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
361
+ # toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
362
362
# cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
363
363
additionalTargets : $(buildName)
364
364
displayName : Install Rust
0 commit comments