File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments