dotnet-build3 Adding msbuild execution command to cli
This commit is contained in:
parent
349c409ed2
commit
400e1db3b9
17 changed files with 493 additions and 24 deletions
12
TestAssets/TestProjects/MSBuildTestApp/Program.cs
Normal file
12
TestAssets/TestProjects/MSBuildTestApp/Program.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace MSBuildTestApp
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue