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 c9bf75a commit b541db2Copy full SHA for b541db2
appveyor.yml
@@ -11,6 +11,14 @@ cache:
11
init:
12
- set UMBRACO_PACKAGE_PRERELEASE_SUFFIX=beta
13
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
22
build_script:
23
- build-appveyor.cmd
24
0 commit comments