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 49b20c9 commit 793bf36Copy full SHA for 793bf36
eng/ci/templates/jobs/run-emulated-tests-windows.yml
@@ -71,10 +71,11 @@ jobs:
71
jdkDestinationDirectory: "$(downloadPath)/externals"
72
cleanDestinationDirectory: true
73
displayName: 'Setup Java for Windows'
74
- - pwsh: |
75
- docker compose -f emulatedtests/utils/docker-compose.yml pull
76
- docker compose -f emulatedtests/utils/docker-compose.yml up -d
77
- displayName: 'Install Azurite and Start Emulators'
+ - bash: |
+ npm install -g azurite
+ mkdir azurite
+ azurite --silent --location azurite --debug azurite\debug.log &
78
+ displayName: 'Install and Run Azurite'
79
- pwsh: |
80
if ("$(isTag)"){
81
$buildNumber="$(Build.SourceBranchName)"
0 commit comments