3 references to IsFileIdenticalToBlobAsync
Microsoft.DotNet.Build.Tasks.Feed (3)
src\AzureStorageAssetPublisher.cs (1)
41if (!await blobClient.IsFileIdenticalToBlobAsync(file))
src\common\AzureStorageUtils.cs (1)
140await GetBlob(blobPath).IsFileIdenticalToBlobAsync(localFileFullPath);
src\common\UploadToAzure.cs (1)
108if (await blobReference.IsFileIdenticalToBlobAsync(item.ItemSpec))