Skip to content

Commit fa07562

Browse files
committed
remove use of ms toolchain feed
1 parent 106d473 commit fa07562

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pipelines/DSC-Official.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ extends:
119119
- task: RustInstaller@1
120120
inputs:
121121
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
123123
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
124124
additionalTargets: $(buildName)
125125
displayName: Install Rust
@@ -256,7 +256,7 @@ extends:
256256
- task: RustInstaller@1
257257
inputs:
258258
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
260260
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
261261
additionalTargets: x86_64-unknown-linux-gnu
262262
displayName: Install Rust
@@ -303,7 +303,7 @@ extends:
303303
- task: RustInstaller@1
304304
inputs:
305305
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
307307
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
308308
additionalTargets: aarch64-unknown-linux-gnu
309309
displayName: Install Rust
@@ -358,7 +358,7 @@ extends:
358358
- task: RustInstaller@1
359359
inputs:
360360
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
362362
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
363363
additionalTargets: $(buildName)
364364
displayName: Install Rust

0 commit comments

Comments
 (0)