Skip to content

Commit 5793eec

Browse files
[INTERNAL] CI: Fixes reverts to public emulator from internal emulator (#4895)
[INTERNAL] CI: Fixes reverts to public emulator from internal emulator
1 parent 1c18566 commit 5793eec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/emulator-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
steps:
44
- pwsh: |
5-
Write-Host "Downloading Cosmos Emulator - https://aka.ms/cosmosdbemulator-internal" -ForegroundColor green
6-
Invoke-WebRequest https://aka.ms/cosmosdbemulator-internal -OutFile "$env:temp\azure-cosmosdb-emulator.msi"
5+
Write-Host "Downloading Cosmos Emulator - $env:EMULATORMSIURL" -ForegroundColor green
6+
Invoke-WebRequest "$env:EMULATORMSIURL" -OutFile "$env:temp\azure-cosmosdb-emulator.msi"
77
Write-Host "Finished Downloading Cosmos Emulator - $env:temp\azure-cosmosdb-emulator.msi" -ForegroundColor green
88
dir "$env:temp"
99

0 commit comments

Comments
 (0)