Skip to content

Commit c718ad8

Browse files
committed
remove feed override during install of rust
1 parent 7bf8b9f commit c718ad8

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
@@ -138,7 +138,7 @@ extends:
138138
inputs:
139139
rustVersion: ms-stable
140140
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
141-
cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
141+
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
142142
additionalTargets: $(buildName)
143143
displayName: Install Rust
144144
env:
@@ -275,7 +275,7 @@ extends:
275275
inputs:
276276
rustVersion: ms-stable
277277
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
278-
cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
278+
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
279279
additionalTargets: x86_64-unknown-linux-gnu
280280
displayName: Install Rust
281281
env:
@@ -322,7 +322,7 @@ extends:
322322
inputs:
323323
rustVersion: ms-stable
324324
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
325-
cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
325+
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
326326
additionalTargets: aarch64-unknown-linux-gnu
327327
displayName: Install Rust
328328
env:
@@ -377,7 +377,7 @@ extends:
377377
inputs:
378378
rustVersion: ms-stable
379379
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
380-
cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
380+
#cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
381381
additionalTargets: $(buildName)
382382
displayName: Install Rust
383383
env:

0 commit comments

Comments
 (0)