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