Azure Storage Emulator 5.9.0.0 is missing
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...
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
Support Staff 1 Posted by Owen McDonnell on 09 Jan, 2019 12:24 AM
Watch for updates here
Ilya Finkelshteyn closed this discussion on 11 Mar, 2019 09:00 PM.