Skip to content

Commit 9cb246a

Browse files
committed
No need to download and install storage emulator as VS2019 has 5.10 installed already
1 parent 9fb9898 commit 9cb246a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

3333
assembly_info:
3434
patch: true

0 commit comments

Comments
 (0)