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

Commit cd8fa08

Browse files
iscottb122Iain Scott
authored andcommitted
Try adding NoFirewall option to CosmosDB Emulator.
1 parent 8966d6d commit cd8fa08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ skip_tags: true
1212
install:
1313
- ps: Start-FileDownload "https://aka.ms/cosmosdb-emulator" -FileName "C:\Azure Cosmos DB.Emulator.msi"
1414
- cmd: cmd /c start /wait msiexec /i "C:\Azure Cosmos DB.Emulator.msi" /qn /quiet /norestart /log install.log
15-
- ps: Start-Process "C:\Program Files\Azure Cosmos DB Emulator\CosmosDB.Emulator.exe" -ArgumentList "/NoExplorer","/NoUI"
15+
- ps: Start-Process "C:\Program Files\Azure Cosmos DB Emulator\CosmosDB.Emulator.exe" -ArgumentList "/NoExplorer","/NoUI","/NoFirewall"
1616
- ps: Start-Sleep -s 15
1717
before_build:
1818
- dotnet restore

0 commit comments

Comments
 (0)