We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618c09c commit 49b20c9Copy full SHA for 49b20c9
eng/ci/templates/jobs/run-emulated-tests-windows.yml
@@ -71,11 +71,10 @@ jobs:
71
jdkDestinationDirectory: "$(downloadPath)/externals"
72
cleanDestinationDirectory: true
73
displayName: 'Setup Java for Windows'
74
- - bash: |
75
- npm install -g azurite
76
- mkdir azurite
77
- azurite --silent --location azurite --debug azurite\debug.log &
78
- displayName: 'Install and Run Azurite'
+ - pwsh: |
+ docker compose -f emulatedtests/utils/docker-compose.yml pull
+ docker compose -f emulatedtests/utils/docker-compose.yml up -d
+ displayName: 'Install Azurite and Start Emulators'
79
- pwsh: |
80
if ("$(isTag)"){
81
$buildNumber="$(Build.SourceBranchName)"
0 commit comments