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