Skip to content

Commit 44b8d5d

Browse files
authored
Update to support upload to new storage account (#15061)
1 parent 2a185e9 commit 44b8d5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ui-test-vscuse-v2.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ jobs:
310310
$guid = [guid]::NewGuid().ToString()
311311
$account = $env:AZURE_STORAGE_ACCOUNT
312312
$sourcePath = "packages/tests/vscuse/vscode-test-cases/test_report/"
313-
$destination = "`$web/$guid"
314-
$storageUrl = "https://vscusedownload.z13.web.core.windows.net/$guid/index.html"
313+
$destination = "`content/$guid"
314+
$storageUrl = "https://storproxy-app-ttlndcx66gxto.azurewebsites.net/$guid/index.html"
315315
316316
Write-Host "🌐Here is the report: $storageUrl"
317317

@@ -324,7 +324,7 @@ jobs:
324324
--source "$sourcePath" `
325325
--overwrite
326326
env:
327-
AZURE_STORAGE_ACCOUNT: vscusedownload
327+
AZURE_STORAGE_ACCOUNT: storproxystttlndcx66gxto
328328

329329
- name: Upload storage URL artifact
330330
if: always()

0 commit comments

Comments
 (0)