Refactor tasks
This commit is contained in:
parent
0986cc079a
commit
33d83d6639
14 changed files with 144 additions and 130 deletions
|
@ -9,9 +9,6 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
public class GetCommitHash : ToolTask
|
||||
{
|
||||
[Required]
|
||||
public string RepoRoot { get; set; }
|
||||
|
||||
[Output]
|
||||
public string CommitHash { get; set; }
|
||||
|
||||
|
@ -42,4 +39,4 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
CommitHash = line;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue