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