Skip to content

Commit d7af37f

Browse files
committed
Swap Storage emulator for Azurite
1 parent 9cb246a commit d7af37f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ build_script:
4444
cd..
4545
4646
before_test:
47-
- cmd: '"%programfiles(x86)%\Microsoft SDKs\Azure\Storage Emulator\AzureStorageEmulator.exe" start'
48-
# Turn tests off just now
49-
test: on
47+
- cmd: >-
48+
npm install -g azurite
49+
mkdir c:/azurite
50+
azurite --silent --location c:\azurite --debug c:\azurite\debug.log
5051
5152
artifacts:
5253
- path: artifacts\*.nupkg

0 commit comments

Comments
 (0)