Addressing code review comments and making incremental build work.
This commit is contained in:
parent
52e9475be8
commit
9135be75f4
14 changed files with 458 additions and 481 deletions
|
@ -16,8 +16,10 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
{
|
||||
public class ChangeEntryPointLibraryName : Task
|
||||
{
|
||||
[Required]
|
||||
public string DepsFile { get; set; }
|
||||
|
||||
[Required]
|
||||
public string NewName { get; set; }
|
||||
|
||||
public override bool Execute()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue