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