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