Fix official build break by referencing WindowsAzure.Storage 7.2.1 in all build assemblies.
This commit is contained in:
parent
61dbfbf228
commit
28ff7c51a1
2 changed files with 5 additions and 2 deletions
|
@ -66,7 +66,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
string url = CalculateRelativePathForFile(file, product, version);
|
||||
CloudBlockBlob blob = _blobContainer.GetBlockBlobReference(url);
|
||||
blob.UploadFromFileAsync(file, FileMode.Open).Wait();
|
||||
blob.UploadFromFileAsync(file).Wait();
|
||||
SetBlobPropertiesBasedOnFileType(blob);
|
||||
return url;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue