Addressing code review comments and making incremental build work.

This commit is contained in:
Livar Cunha 2016-06-30 14:17:47 -07:00
parent 52e9475be8
commit 9135be75f4
14 changed files with 458 additions and 481 deletions

View file

@ -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()