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
12
src/dotnet/commands/dotnet-new/CSharp_MSBuild/Program.cs
Normal file
12
src/dotnet/commands/dotnet-new/CSharp_MSBuild/Program.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace ConsoleApplication
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue