Closed mgiannikouris closed 6 years ago
I believe the current emulator version is 1.20.91.1
As of 1.7.0 of the Cosmos .NET Core SDK an emulator update was required (https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-dotnet-core). I'm not sure if the version currently in the appveyor build environments is before that change, but we've needed to download the latest emulator as part of our build script before we can run successfully run our integration tests (https://aka.ms/cosmosdb-emulator).
Hopefully the change is old enough that it makes sense to provide the new emulator by default.
@mgiannikouris meanwhile you can use this script at install stage as a workaround
install
I believe the current emulator version is 1.20.91.1
As of 1.7.0 of the Cosmos .NET Core SDK an emulator update was required (https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-dotnet-core). I'm not sure if the version currently in the appveyor build environments is before that change, but we've needed to download the latest emulator as part of our build script before we can run successfully run our integration tests (https://aka.ms/cosmosdb-emulator).
Hopefully the change is old enough that it makes sense to provide the new emulator by default.