File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ install:
23
23
node appveyor-nuspec-patch.js
24
24
25
25
cd..
26
- - ps : >-
27
- $msiPath = "$($env:USERPROFILE)\MicrosoftAzureStorageEmulator.msi"
26
+ # - ps: >-
27
+ # $msiPath = "$($env:USERPROFILE)\MicrosoftAzureStorageEmulator.msi"
28
28
29
- (New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/F/3/8/F3857A38-D344-43B4-8E5B-2D03489909B9/MicrosoftAzureStorageEmulator.msi', $msiPath)
29
+ # (New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/F/3/8/F3857A38-D344-43B4-8E5B-2D03489909B9/MicrosoftAzureStorageEmulator.msi', $msiPath)
30
30
31
- cmd /c start /wait msiexec /i $msiPath /quiet
31
+ # cmd /c start /wait msiexec /i $msiPath /quiet
32
32
33
33
assembly_info :
34
34
patch : true
You can’t perform that action at this time.
0 commit comments