Adding a task to set the blob properties correctly based on type.

This commit is contained in:
Livar Cunha 2016-07-15 11:40:56 -07:00
parent 6d7f110122
commit 03a17a9b76
4 changed files with 75 additions and 1 deletions

View file

@ -30,7 +30,8 @@ namespace Microsoft.DotNet.Cli.Build
[Required]
public string BranchName { get; set; }
private AzurePublisher AzurePublisherTool {
private AzurePublisher AzurePublisherTool
{
get
{
if(_azurePublisher == null)