Azure Storage Emulator 5.9.0.0 is missing

Sean Feldman's Avatar

Sean Feldman

08 Jan, 2019 07:11 AM

Would it be possible to update Windows images to include version 5.9.0.0?
Currently, 5.6.0.0 is the version installed and I have to install 5.9.0.0 each time script is running using

install:
  - ps: |
        $msiPath = "$($env:USERPROFILE)\MicrosoftAzureStorageEmulator.msi"
        (New-Object Net.WebClient).DownloadFile('https://download.visualstudio.microsoft.com/download/pr/e9476781-1f65-40e4-b7fd-e6b49840c7de/7028682de076b2dbc1aa5f1e02ec420a/microsoftazurestorageemulator.msi', $msiPath)
        cmd /c start /wait msiexec /i $msiPath /quiet
        del $msiPath

Here's my build file: https://github.com/SeanFeldman/ServiceBus.AttachmentPlugin/blob/dev...

  1. Support Staff 1 Posted by Owen McDonnell on 09 Jan, 2019 12:24 AM

    Owen McDonnell's Avatar

    Watch for updates here

  2. Ilya Finkelshteyn closed this discussion on 11 Mar, 2019 09:00 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

 

26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM
24 Sep, 2024 08:39 PM
24 Sep, 2024 06:47 AM
20 Sep, 2024 05:50 PM