File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,15 @@ extends:
253
253
pool :
254
254
type : linux
255
255
steps :
256
+ - task : RustInstaller@1
257
+ inputs :
258
+ rustVersion : ms-stable
259
+ 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/
261
+ additionalTargets : x86_64-unknown-linux-gnu
262
+ displayName : Install Rust
263
+ env :
264
+ ob_restore_phase : true
256
265
- task : AzureCLI@2
257
266
inputs :
258
267
azureSubscription : az-PowerShell-feed-ingestion
@@ -271,15 +280,6 @@ extends:
271
280
displayName : ' Get Azure DevOps Token'
272
281
env :
273
282
ob_restore_phase : true
274
- - task : RustInstaller@1
275
- inputs :
276
- rustVersion : ms-stable
277
- 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/
279
- additionalTargets : x86_64-unknown-linux-gnu
280
- displayName : Install Rust
281
- env :
282
- ob_restore_phase : true
283
283
- pwsh : |
284
284
Write-Host "Use 'powershell' CFS"
285
285
Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
You can’t perform that action at this time.
0 commit comments