[release/7.0.1xx] [DevOps] Update statuses urls for the new storage. (#16601)

Backport of #16595

Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
This commit is contained in:
VS MobileTools Engineering Service 2 2022-11-07 12:42:21 -08:00 коммит произвёл GitHub
Родитель a1c3ebb4bf
Коммит e5840079ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@ steps:
path: $(Build.SourcesDirectory)/artifacts
- pwsh: |
$packagePrefix = "https://bosstoragemirror.blob.core.windows.net/wrench/$Env:VIRTUAL_PATH/package"
$packagePrefix = "https://dl.internalx.com/wrench/$Env:VIRTUAL_PATH/package"
$files = Get-ChildItem -Path "$(Build.SourcesDirectory)\artifacts\package" -File -Force -Name
$manifestFile = "$(Build.SourcesDirectory)\artifacts\package\manifest"
foreach ($f in $files) {