Skip to content

Commit

Permalink
[Cosmos DB] Fixing Cosmos emulator CI (#21564)
Browse files Browse the repository at this point in the history
* Fixing Cosmos emulator CI

* Updating version
  • Loading branch information
ealsur authored Sep 15, 2023
1 parent 5f029fd commit cc5a8a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sdk/data/azcosmos/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,18 @@ stages:
ServiceDirectory: 'data/azcosmos'
- stage: Emulator
displayName: 'Cosmos Emulator'
variables:
- template: /eng/pipelines/templates/variables/globals.yml
jobs:
- job: DownloadAndRunCosmosEmulator
displayName: Download and run Cosmos Emulator

strategy:
matrix:
Windows_Go118:
Windows_Go120:
pool.name: azsdk-pool-mms-win-2022-general
image.name: MMS2022
go.version: '1.18'
go.version: '1.21.1'
pool:
name: $(pool.name)
vmImage: $(image.name)
Expand Down

0 comments on commit cc5a8a0

Please sign in to comment.