Implement 'run3' command which will execute the MSBuild project.
Also create a 'dotnet new -t msbuild' template.
This commit is contained in:
parent
bccff16c18
commit
b068687413
15 changed files with 331 additions and 37 deletions
|
@ -36,7 +36,8 @@ namespace Microsoft.DotNet.Cli
|
|||
["restore"] = RestoreCommand.Run,
|
||||
["run"] = RunCommand.Run,
|
||||
["test"] = TestCommand.Run,
|
||||
["build3"] = Build3Command.Run
|
||||
["build3"] = Build3Command.Run,
|
||||
["run3"] = Run3Command.Run
|
||||
};
|
||||
|
||||
public static int Main(string[] args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue