4 references to GetBlob
Microsoft.DotNet.Build.Tasks.Feed (4)
src\common\AzureStorageUtils.cs (3)
88
BlobClient blob =
GetBlob
(blobPath.Replace("\\", "/"));
128
await
GetBlob
(blobPath).IsFileIdenticalToBlobAsync(localFileFullPath);
151
await
GetBlob
(blobPath).ExistsAsync().ConfigureAwait(false);
src\common\UploadToAzure.cs (1)
102
BlobClient blobReference = blobUtils.
GetBlob
(relativeBlobPath);