All the links on https://github.com/dotnet/core/blob/master/release-notes/releases.csv are returning invalid response.
Trying to use blob for rc1 https://dotnetcli.blob.core.windows.net/dotnet/sdk/2.1.300-rc1-008673/
Got error > BlobNotFoundThe specified blob does not exist
Pretty big issue since all vsts builds fails @preetikr
@andtii - blob permissions to not enable browsing at that level. Tested a couple SDK and Runtime links and should be good to go now.
@leecow so why is vsts failing?

@leecow I'm still getting an invalid response from them all. This is breaking some of our VSTS builds.
/cc @preetikr
@andtii - something is truncating the build number in the path and filename. I've confirmed the csv is correct in this case.
You have ...
Should be ...
That said, I believe VSTS relies on Azure App Services and the RC1 deployment is still underway. Hopefully live in the next day or so. You can download the using the blob addresses provided in the csv.
@da1rren - exactly what are you doing when you see 'invalid response'? As I mention above, the blob stores are not directly browsable.
@leecow Figured it out, I was using the wrong version number. "2.1.300-rc1-008673". I've got it working fine with VSTS now.
Works for me now aswell! Thnx!
Most helpful comment
/cc @preetikr
@andtii - something is truncating the build number in the path and filename. I've confirmed the csv is correct in this case.
You have ...
Should be ...
That said, I believe VSTS relies on Azure App Services and the RC1 deployment is still underway. Hopefully live in the next day or so. You can download the using the blob addresses provided in the csv.
@da1rren - exactly what are you doing when you see 'invalid response'? As I mention above, the blob stores are not directly browsable.