Skip to content

Commit 2bfeb9a

Browse files
committed
remove crate override
1 parent a5df606 commit 2bfeb9a

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
@@ -120,7 +120,7 @@ extends:
120120
inputs:
121121
rustVersion: ms-stable
122122
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/
124124
additionalTargets: $(buildName)
125125
displayName: Install Rust
126126
env:
@@ -257,7 +257,7 @@ extends:
257257
inputs:
258258
rustVersion: ms-stable
259259
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/
261261
additionalTargets: x86_64-unknown-linux-gnu
262262
displayName: Install Rust
263263
env:
@@ -304,7 +304,7 @@ extends:
304304
inputs:
305305
rustVersion: ms-stable
306306
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/
308308
additionalTargets: aarch64-unknown-linux-gnu
309309
displayName: Install Rust
310310
env:
@@ -359,7 +359,7 @@ extends:
359359
inputs:
360360
rustVersion: ms-stable
361361
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/
363363
additionalTargets: $(buildName)
364364
displayName: Install Rust
365365
env:

0 commit comments

Comments
 (0)