phillipsj / Cake.AzureStorage

Cake Addin for working with Azure Storage
Apache License 2.0
6 stars 10 forks source link

Add ability to execute against development storage account. #7

Closed jonathanstowell closed 7 years ago

jonathanstowell commented 8 years ago

Ability to run the Tasks against the Azure Storage Emulator.

phillipsj commented 7 years ago

@jonathanstowell I apologize for not having noticing this sooner. I need to fix my notifications, I am going to check this over in the morning and accept it. Nice contribution.

Philo commented 7 years ago

@phillipsj - this merge doesnt appear to be released onto nuget?

phillipsj commented 7 years ago

@Philo going to go this out the door tomorrow. I have been out with a new baby.

phillipsj commented 7 years ago

@Philo @jonathanstowell @JRKelso Can someone test this out to make sure it behaves as expected, once I get a thumps up I will release.

addin nuget:https://www.myget.org/F/beta-builds/api/v2?package=Cake.AzureStorage&prerelease

Philo commented 7 years ago

@phillipsj - Unfortunately I have moved away from using this addin at the moment as it doesnt support setting the content type for uploaded blobs, all uploaded files are stored as application/octet-stream which causes various issues depending on how the blob storage container is used.

I will add this as an issue/feature request.