File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,14 @@ extends:
168
168
displayName : Install Rust
169
169
env :
170
170
ob_restore_phase : true
171
+ - task : AzureCLI@2
172
+ displayName : Azure CLI
173
+ inputs :
174
+ azureSubscription : azDO-Cargo-PowerShell-feed-Ingestion
175
+ scriptType : core
176
+ scriptLocation : inlineScript
177
+ inlineScript : |
178
+ az account show
171
179
- pwsh : |
172
180
apt update
173
181
apt -y install musl-tools
@@ -196,6 +204,14 @@ extends:
196
204
displayName : Install Rust
197
205
env :
198
206
ob_restore_phase : true
207
+ - task : AzureCLI@2
208
+ displayName : Azure CLI
209
+ inputs :
210
+ azureSubscription : azDO-Cargo-PowerShell-feed-Ingestion
211
+ scriptType : core
212
+ scriptLocation : inlineScript
213
+ inlineScript : |
214
+ az account show
199
215
- pwsh : |
200
216
$env:CC_aarch64_unknown_linux_musl='clang'
201
217
$env:AR_aarch64_unknown_linux_musl='llvm-ar'
@@ -243,6 +259,14 @@ extends:
243
259
displayName : Install Rust
244
260
env :
245
261
ob_restore_phase : true
262
+ - task : AzureCLI@2
263
+ displayName : Azure CLI
264
+ inputs :
265
+ azureSubscription : azDO-Cargo-PowerShell-feed-Ingestion
266
+ scriptType : core
267
+ scriptLocation : inlineScript
268
+ inlineScript : |
269
+ az account show
246
270
- pwsh : |
247
271
./build.ps1 -Release -Architecture $(buildName)
248
272
./build.ps1 -PackageType tgz -Architecture $(buildName) -Release
Original file line number Diff line number Diff line change @@ -34,6 +34,14 @@ steps:
34
34
displayName : Install Rust
35
35
env :
36
36
ob_restore_phase : true
37
+ - task : AzureCLI@2
38
+ displayName : Azure CLI
39
+ inputs :
40
+ azureSubscription : azDO-Cargo-PowerShell-feed-Ingestion
41
+ scriptType : core
42
+ scriptLocation : inlineScript
43
+ inlineScript : |
44
+ az account show
37
45
- pwsh : |
38
46
Set-Location "$(Build.SourcesDirectory)/DSC"
39
47
$LLVMBIN = "$($env:PROGRAMFILES)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\bin"
You can’t perform that action at this time.
0 commit comments