4 references to PushOptions
Microsoft.DotNet.Build.Tasks.Feed (4)
src\AzureStorageAssetPublisher.cs (1)
82public Task PublishAssetAsync(string file, string blobPath, PushOptions options, SemaphoreSlim clientThrottle = null) => throw new NotImplementedException();
src\BlobFeedAction.cs (2)
60PushOptions pushOptions) 75PushOptions options,
src\IAssetPublisher.cs (1)
18Task PublishAssetAsync(string file, string blobPath, PushOptions options, SemaphoreSlim clientThrottle = null);