Skip to content

Commit b541db2

Browse files
committed
Update Storage Emulator to v5.2
1 parent c9bf75a commit b541db2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ cache:
1111
init:
1212
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
1313

14+
install:
15+
- ps: >-
16+
$msiPath = "$($env:USERPROFILE)\MicrosoftAzureStorageEmulator.msi"
17+
18+
(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/F/3/8/F3857A38-D344-43B4-8E5B-2D03489909B9/MicrosoftAzureStorageEmulator.msi', $msiPath)
19+
20+
cmd /c start /wait msiexec /i $msiPath /quiet
21+
1422
build_script:
1523
- build-appveyor.cmd
1624

0 commit comments

Comments
 (0)