File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ extends:
118
118
ob_restore_phase: true
119
119
- task : RustInstaller@1
120
120
inputs :
121
- rustVersion : ms-stable
121
+ rustVersion : stable
122
+ # rustVersion: ms-stable
122
123
# toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
123
124
# cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
124
125
additionalTargets : $(buildName)
@@ -255,7 +256,8 @@ extends:
255
256
steps :
256
257
- task : RustInstaller@1
257
258
inputs :
258
- rustVersion : ms-stable
259
+ rustVersion : stable
260
+ # rustVersion: ms-stable
259
261
# toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
260
262
# cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
261
263
additionalTargets : x86_64-unknown-linux-gnu
@@ -302,7 +304,8 @@ extends:
302
304
steps :
303
305
- task : RustInstaller@1
304
306
inputs :
305
- rustVersion : ms-stable
307
+ rustVersion : stable
308
+ # rustVersion: ms-stable
306
309
# toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
307
310
# cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
308
311
additionalTargets : aarch64-unknown-linux-gnu
@@ -357,7 +360,8 @@ extends:
357
360
steps :
358
361
- task : RustInstaller@1
359
362
inputs :
360
- rustVersion : ms-stable
363
+ rustVersion : stable
364
+ # rustVersion: ms-stable
361
365
# toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
362
366
# cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
363
367
additionalTargets : $(buildName)
You can’t perform that action at this time.
0 commit comments