Remove native compilation, add multiple project files and globbing
This commit is contained in:
parent
3e5b68dc43
commit
3472aee5c9
28 changed files with 493 additions and 490 deletions
|
@ -188,7 +188,7 @@ namespace Microsoft.DotNet.Tools.Compiler.Tests
|
|||
It.IsAny<string>()))
|
||||
.Returns(command.Object);
|
||||
|
||||
var _args = new CompilerCommandApp("dotnet compile", ".NET Compiler", "Compiler for the .NET Platform");
|
||||
var _args = new BuildCommandApp("dotnet compile", ".NET Compiler", "Compiler for the .NET Platform");
|
||||
_args.ConfigValue = ConfigValue;
|
||||
|
||||
PreCompileScriptVariables = new Dictionary<string, string>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue