@@ -116,15 +116,15 @@ extends:
116
116
displayName: 🛠️ Workaround for the LoadLibrary ACCESS_VIOLATION OneBranch issue
117
117
env:
118
118
ob_restore_phase: true
119
- # - task: RustInstaller@1
120
- # inputs:
121
- # rustVersion: ms-stable
122
- # 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/
124
- # additionalTargets: $(buildName)
125
- # displayName: Install Rust
126
- # env:
127
- # ob_restore_phase: true
119
+ - task : RustInstaller@1
120
+ inputs :
121
+ rustVersion : ms-stable
122
+ 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/
124
+ additionalTargets : $(buildName)
125
+ displayName : Install Rust
126
+ env :
127
+ ob_restore_phase : true
128
128
- task : AzureCLI@2
129
129
inputs :
130
130
azureSubscription : az-PowerShell-feed-ingestion
@@ -253,15 +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
+ - 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
265
265
- task : AzureCLI@2
266
266
inputs :
267
267
azureSubscription : az-PowerShell-feed-ingestion
@@ -300,15 +300,15 @@ extends:
300
300
type : linux
301
301
hostArchitecture : arm64
302
302
steps :
303
- # - task: RustInstaller@1
304
- # inputs:
305
- # rustVersion: ms-stable
306
- # 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/
308
- # additionalTargets: aarch64-unknown-linux-gnu
309
- # displayName: Install Rust
310
- # env:
311
- # ob_restore_phase: true
303
+ - task : RustInstaller@1
304
+ inputs :
305
+ rustVersion : ms-stable
306
+ 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/
308
+ additionalTargets : aarch64-unknown-linux-gnu
309
+ displayName : Install Rust
310
+ env :
311
+ ob_restore_phase : true
312
312
- task : AzureCLI@2
313
313
inputs :
314
314
azureSubscription : az-PowerShell-feed-ingestion
@@ -355,15 +355,15 @@ extends:
355
355
macOS arm64 :
356
356
buildName : aarch64-apple-darwin
357
357
steps :
358
- # - task: RustInstaller@1
359
- # inputs:
360
- # rustVersion: ms-stable
361
- # 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/
363
- # additionalTargets: $(buildName)
364
- # displayName: Install Rust
365
- # env:
366
- # ob_restore_phase: true
358
+ - task : RustInstaller@1
359
+ inputs :
360
+ rustVersion : ms-stable
361
+ 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/
363
+ additionalTargets : $(buildName)
364
+ displayName : Install Rust
365
+ env :
366
+ ob_restore_phase : true
367
367
- task : AzureCLI@2
368
368
inputs :
369
369
azureSubscription : az-PowerShell-feed-ingestion
0 commit comments