Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit d0aa88c

Browse files
authored
Merge pull request #14 from wintoncode/demo-emulator-startup-issue
Remove uninstall and reinstall of Cosmos DB Emulator.
2 parents e5bd16f + 8df3367 commit d0aa88c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ configuration:
1010
- Release
1111
skip_tags: true
1212
install:
13-
- cmd: wmic product where name="Azure Cosmos DB Emulator" call uninstall
14-
- ps: Start-FileDownload "https://aka.ms/cosmosdb-emulator" -FileName "C:\Azure Cosmos DB.Emulator.msi"
15-
- cmd: cmd /c start /wait msiexec /i "C:\Azure Cosmos DB.Emulator.msi" /qn /quiet /norestart /log install.log
1613
- ps: $DebugPreference = 'Continue'
1714
- ps: Import-Module "C:\Program Files\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
1815
- ps: Start-CosmosDbEmulator -NoUI -Timeout 0

0 commit comments

Comments
 (0)