Require Storage Emulator 5.10

jezz.santos's Avatar

jezz.santos

Jan 17, 2020 @ 11:13 PM

Can you install the latest version of Azure Storage Emulator 5.10 on the "Visual Studio 2017" image please?
According to current AppVeyor Docs (https://www.appveyor.com/docs/windows-images-software/#azure) the installed version is 5.9.

We need this version of Storage Emulator to use the .NetCore versions of Azure storage library.
See: https://docs.microsoft.com/en-us/azure/storage/common/storage-use-e...

thanks

  1. Support Staff 1 Posted by Feodor Fitsner on Jan 20, 2020 @ 04:59 AM

    Feodor Fitsner's Avatar

    Hi Jezz,

    I've added a new issue to update it: https://github.com/appveyor/ci/issues/3296

    You can update emulator during the build with the following script:

    Write-Host "Downloading..."
    $msiPath = "$env:TEMP\MicrosoftAzureStorageEmulator.msi"
    (New-Object Net.WebClient).DownloadFile('https://go.microsoft.com/fwlink/?LinkId=717179&clcid=0x409', $msiPath)
    Write-Host "Installing..."
    cmd /c start /wait msiexec /i "$msiPath" /q
    
  2. Feodor Fitsner closed this discussion on Apr 03, 2020 @ 06:47 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac