@@ -146,8 +146,8 @@ extends:
146
146
- pwsh : |
147
147
Set-Location "$(Build.SourcesDirectory)/DSC"
148
148
Write-Host "Use 'powershell' CFS"
149
- # Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
150
- # Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
149
+ Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
150
+ Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
151
151
./build.ps1 -Release -Architecture $(buildName) -SkipLinkCheck
152
152
displayName: 'Build $(buildName)'
153
153
env:
@@ -282,8 +282,12 @@ extends:
282
282
ob_restore_phase : true
283
283
- pwsh : |
284
284
Write-Host "Use 'powershell' CFS"
285
- #Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
286
- #Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
285
+ Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
286
+ Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
287
+
288
+ $env:CARGO_HTTP_DEBUG=true
289
+ $env:CARGO_LOG='network=trace'
290
+
287
291
./build.ps1 -Release -Architecture x86_64-unknown-linux-gnu
288
292
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-gnu -Release
289
293
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -329,8 +333,8 @@ extends:
329
333
ob_restore_phase : true
330
334
- pwsh : |
331
335
Write-Host "Use 'powershell' CFS"
332
- # Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
333
- # Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
336
+ Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
337
+ Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
334
338
./build.ps1 -Release -Architecture aarch64-unknown-linux-gnu
335
339
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-gnu -Release
336
340
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -384,8 +388,8 @@ extends:
384
388
ob_restore_phase : true
385
389
- pwsh : |
386
390
Write-Host "Use 'powershell' CFS"
387
- # Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
388
- # Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
391
+ Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
392
+ Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
389
393
./build.ps1 -Release -Architecture $(buildName)
390
394
./build.ps1 -PackageType tgz -Architecture $(buildName) -Release
391
395
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
0 commit comments