@@ -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:
@@ -283,8 +283,8 @@ extends:
283
283
ob_restore_phase : true
284
284
- pwsh : |
285
285
Write-Host "Use 'powershell' CFS"
286
- Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
287
- Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
286
+ # Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
287
+ # Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
288
288
./build.ps1 -Release -Architecture x86_64-unknown-linux-gnu
289
289
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-gnu -Release
290
290
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -330,8 +330,8 @@ extends:
330
330
ob_restore_phase : true
331
331
- pwsh : |
332
332
Write-Host "Use 'powershell' CFS"
333
- Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
334
- Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
333
+ # Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
334
+ # Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
335
335
./build.ps1 -Release -Architecture aarch64-unknown-linux-gnu
336
336
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-gnu -Release
337
337
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -385,8 +385,8 @@ extends:
385
385
ob_restore_phase : true
386
386
- pwsh : |
387
387
Write-Host "Use 'powershell' CFS"
388
- Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
389
- Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
388
+ # Add-Content -Path "./.cargo/config.toml" -Value '[source.crates-io]'
389
+ # Add-Content -Path "./.cargo/config.toml" -Value 'replace-with = "powershell"'
390
390
./build.ps1 -Release -Architecture $(buildName)
391
391
./build.ps1 -PackageType tgz -Architecture $(buildName) -Release
392
392
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
0 commit comments