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 4e9b642 commit 7c78aafCopy full SHA for 7c78aaf
eng/ci/templates/jobs/run-emulated-tests-windows.yml
@@ -72,10 +72,9 @@ jobs:
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'
+ 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