Deploy DocumentDB Emulator

mloskot's Avatar

mloskot

19 Apr, 2017 01:05 PM

Hi,

I wonder if AppVeyor Team would consider installation of DocumentDB Emulator to make it available out of the box for builds.

The installer URL is https://aka.ms/documentdb-emulator (25MB)

Possible deployment from appveyor.yml is this (courtesy of (AspNetCore.Identity.DocumentDB project)

  install:
  - ps: Start-FileDownload 'https://aka.ms/documentdb-emulator' -FileName 'C:\DocumentDB.Emulator.msi'
  - msiexec.exe /i C:\DocumentDB.Emulator.msi /quiet /qn /log install.log
  - ps: & "${env:ProgramFiles}\DocumentDB Emulator\DocumentDB.Emulator.exe"

Running DocumentDB.Emulator.exe /? gives options like /NoUIor/NoFirewall` that might be useful.

Feasible?

  1. Support Staff 1 Posted by Feodor Fitsner on 20 Apr, 2017 01:39 AM

    Feodor Fitsner's Avatar

    Added a new issue for that to take a look: https://github.com/appveyor/ci/issues/1504

  2. 2 Posted by mloskot on 20 Apr, 2017 07:02 AM

    mloskot's Avatar

    Fedor, thanks!

  3. mloskot closed this discussion on 20 Apr, 2017 07:02 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac