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:
2323 node appveyor-nuspec-patch.js
2424
2525 cd..
26- - ps : >-
27- $msiPath = "$($env:USERPROFILE)\MicrosoftAzureStorageEmulator.msi"
26+ # - ps: >-
27+ # $msiPath = "$($env:USERPROFILE)\MicrosoftAzureStorageEmulator.msi"
2828
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)
3030
31- cmd /c start /wait msiexec /i $msiPath /quiet
31+ # cmd /c start /wait msiexec /i $msiPath /quiet
3232
3333assembly_info :
3434 patch : true
You can’t perform that action at this time.
0 commit comments