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

Commit 246abe8

Browse files
iscottb122Iain Scott
authored andcommitted
Try removing manual install of CosmosDB Emulator.
1 parent cd8fa08 commit 246abe8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ configuration:
1010
- Release
1111
skip_tags: true
1212
install:
13-
- ps: Start-FileDownload "https://aka.ms/cosmosdb-emulator" -FileName "C:\Azure Cosmos DB.Emulator.msi"
14-
- cmd: cmd /c start /wait msiexec /i "C:\Azure Cosmos DB.Emulator.msi" /qn /quiet /norestart /log install.log
1513
- ps: Start-Process "C:\Program Files\Azure Cosmos DB Emulator\CosmosDB.Emulator.exe" -ArgumentList "/NoExplorer","/NoUI","/NoFirewall"
1614
- ps: Start-Sleep -s 15
1715
before_build:

0 commit comments

Comments
 (0)