Skip to content

Commit 59ff0c1

Browse files
committed
Use PS to start-process
1 parent a2045c1 commit 59ff0c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ build_script:
4646
before_test:
4747
- cmd: >-
4848
npm install -g azurite
49-
50-
mkdir c:\azurite
51-
52-
azurite --silent --location c:\azurite --debug c:\azurite\debug.log
49+
- ps: >-
50+
Start-Process azurite-blob.cmd -PassThru
5351
5452
artifacts:
5553
- path: artifacts\*.nupkg

0 commit comments

Comments
 (0)