1 instantiation of MSBuildCommand
dotnet (1)
Commands\MSBuild\MSBuildCommand.cs (1)
27
MSBuildCommand command =
new
(
7 references to MSBuildCommand
dotnet (4)
Commands\MSBuild\MSBuildCommand.cs (3)
15
public static
MSBuildCommand
FromArgs(string[] args, string? msbuildPath = null)
21
public static
MSBuildCommand
FromParseResult(ParseResult parseResult, string? msbuildPath = null)
27
MSBuildCommand
command = new(
Commands\MSBuild\MSBuildCommandParser.cs (1)
31
command.SetAction(
MSBuildCommand
.Run);
dotnet.Tests (3)
CommandTests\MSBuild\GivenDotnetMSBuildInvocation.cs (3)
4
using MSBuildCommand = Microsoft.DotNet.Cli.Commands.MSBuild.
MSBuildCommand
;
25
var
command =
MSBuildCommand
.FromArgs(args, msbuildPath);