Skip to content

Commit 4f3947b

Browse files
committed
change rustversion
1 parent fa07562 commit 4f3947b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.pipelines/DSC-Official.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ extends:
118118
ob_restore_phase: true
119119
- task: RustInstaller@1
120120
inputs:
121-
rustVersion: ms-stable
121+
rustVersion: stable
122+
#rustVersion: ms-stable
122123
#toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
123124
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
124125
additionalTargets: $(buildName)
@@ -255,7 +256,8 @@ extends:
255256
steps:
256257
- task: RustInstaller@1
257258
inputs:
258-
rustVersion: ms-stable
259+
rustVersion: stable
260+
#rustVersion: ms-stable
259261
#toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
260262
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
261263
additionalTargets: x86_64-unknown-linux-gnu
@@ -302,7 +304,8 @@ extends:
302304
steps:
303305
- task: RustInstaller@1
304306
inputs:
305-
rustVersion: ms-stable
307+
rustVersion: stable
308+
#rustVersion: ms-stable
306309
#toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
307310
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
308311
additionalTargets: aarch64-unknown-linux-gnu
@@ -357,7 +360,8 @@ extends:
357360
steps:
358361
- task: RustInstaller@1
359362
inputs:
360-
rustVersion: ms-stable
363+
rustVersion: stable
364+
#rustVersion: ms-stable
361365
#toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
362366
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
363367
additionalTargets: $(buildName)

0 commit comments

Comments
 (0)