Skip to content

Commit 67ee0cb

Browse files
Update Debugger Package Download Endpoints to AzureFrontDoor URL (#7879)
Co-authored-by: Joey Robichaud <[email protected]>
1 parent 734c990 commit 67ee0cb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
{
423423
"id": "Debugger",
424424
"description": ".NET Core Debugger (Windows / x64)",
425-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-60-0/coreclr-debug-win7-x64.zip",
425+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-60-0/coreclr-debug-win7-x64.zip",
426426
"installPath": ".debugger/x86_64",
427427
"platforms": [
428428
"win32"
@@ -437,7 +437,7 @@
437437
{
438438
"id": "Debugger",
439439
"description": ".NET Core Debugger (Windows / ARM64)",
440-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-60-0/coreclr-debug-win10-arm64.zip",
440+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-60-0/coreclr-debug-win10-arm64.zip",
441441
"installPath": ".debugger/arm64",
442442
"platforms": [
443443
"win32"
@@ -451,7 +451,7 @@
451451
{
452452
"id": "Debugger",
453453
"description": ".NET Core Debugger (macOS / x64)",
454-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-60-0/coreclr-debug-osx-x64.zip",
454+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-60-0/coreclr-debug-osx-x64.zip",
455455
"installPath": ".debugger/x86_64",
456456
"platforms": [
457457
"darwin"
@@ -470,7 +470,7 @@
470470
{
471471
"id": "Debugger",
472472
"description": ".NET Core Debugger (macOS / arm64)",
473-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-60-0/coreclr-debug-osx-arm64.zip",
473+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-60-0/coreclr-debug-osx-arm64.zip",
474474
"installPath": ".debugger/arm64",
475475
"platforms": [
476476
"darwin"
@@ -488,7 +488,7 @@
488488
{
489489
"id": "Debugger",
490490
"description": ".NET Core Debugger (linux / ARM)",
491-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-60-0/coreclr-debug-linux-arm.zip",
491+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-60-0/coreclr-debug-linux-arm.zip",
492492
"installPath": ".debugger",
493493
"platforms": [
494494
"linux"
@@ -506,7 +506,7 @@
506506
{
507507
"id": "Debugger",
508508
"description": ".NET Core Debugger (linux / ARM64)",
509-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-60-0/coreclr-debug-linux-arm64.zip",
509+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-60-0/coreclr-debug-linux-arm64.zip",
510510
"installPath": ".debugger",
511511
"platforms": [
512512
"linux"
@@ -524,7 +524,7 @@
524524
{
525525
"id": "Debugger",
526526
"description": ".NET Core Debugger (linux musl / x64)",
527-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-60-0/coreclr-debug-linux-musl-x64.zip",
527+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-60-0/coreclr-debug-linux-musl-x64.zip",
528528
"installPath": ".debugger",
529529
"platforms": [
530530
"linux-musl"
@@ -542,7 +542,7 @@
542542
{
543543
"id": "Debugger",
544544
"description": ".NET Core Debugger (linux musl / ARM64)",
545-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-60-0/coreclr-debug-linux-musl-arm64.zip",
545+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-60-0/coreclr-debug-linux-musl-arm64.zip",
546546
"installPath": ".debugger",
547547
"platforms": [
548548
"linux-musl"
@@ -560,7 +560,7 @@
560560
{
561561
"id": "Debugger",
562562
"description": ".NET Core Debugger (linux / x64)",
563-
"url": "https://vsdebugger.azureedge.net/coreclr-debug-2-60-0/coreclr-debug-linux-x64.zip",
563+
"url": "https://vsdebugger-cyg0dxb6czfafzaz.b01.azurefd.net/coreclr-debug-2-60-0/coreclr-debug-linux-x64.zip",
564564
"installPath": ".debugger",
565565
"platforms": [
566566
"linux"

0 commit comments

Comments
 (0)