Adding a task to set the blob properties correctly based on type.
This commit is contained in:
parent
6d7f110122
commit
03a17a9b76
4 changed files with 75 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue