Skip to content

Commit df63756

Browse files
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)SteveL-MSFT
authored andcommitted
change rust tools URI
1 parent f1b8f2e commit df63756

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pipelines/DSC-Official.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ extends:
119119
- task: RustInstaller@1
120120
inputs:
121121
rustVersion: ms-stable
122-
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/_packaging/RustTools/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/
124-
additionalTargets: $(buildTarget)
124+
additionalTargets: $(buildName)
125125
displayName: Install Rust
126126
env:
127127
ob_restore_phase: true
@@ -244,7 +244,7 @@ extends:
244244
- task: RustInstaller@1
245245
inputs:
246246
rustVersion: ms-stable
247-
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/_packaging/RustTools/nuget/v3/index.json
247+
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
248248
cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
249249
additionalTargets: x86_64-unknown-linux-gnu
250250
displayName: Install Rust
@@ -279,7 +279,7 @@ extends:
279279
- task: RustInstaller@1
280280
inputs:
281281
rustVersion: ms-stable
282-
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/_packaging/RustTools/nuget/v3/index.json
282+
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
283283
cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
284284
additionalTargets: aarch64-unknown-linux-gnu
285285
displayName: Install Rust
@@ -322,9 +322,9 @@ extends:
322322
- task: RustInstaller@1
323323
inputs:
324324
rustVersion: ms-stable
325-
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/_packaging/RustTools/nuget/v3/index.json
325+
toolchainFeed: https://pkgs.dev.azure.com/mscodehub/Rust/_packaging/Rust/nuget/v3/index.json
326326
cratesIoFeedOverride: sparse+https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/powershell/Cargo/index/
327-
additionalTargets: $(buildTarget)
327+
additionalTargets: $(buildName)
328328
displayName: Install Rust
329329
env:
330330
ob_restore_phase: true

0 commit comments

Comments
 (0)