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

Commit ff1ddc5

Browse files
committed
Remove manual directory deletion.
1 parent c26ef20 commit ff1ddc5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ configuration:
1111
skip_tags: true
1212
install:
1313
- cmd: wmic product where name="Azure Cosmos DB Emulator" call uninstall
14-
- ps: Remove-Item -Path "C:\Program Files\Azure Cosmos DB Emulator" -Recurse
1514
- ps: Start-FileDownload "https://aka.ms/cosmosdb-emulator" -FileName "C:\Azure Cosmos DB.Emulator.msi"
1615
- cmd: cmd /c start /wait msiexec /i "C:\Azure Cosmos DB.Emulator.msi" /qn /quiet /norestart /log install.log
1716
- ps: $DebugPreference = 'Continue'

0 commit comments

Comments
 (0)