2 references to GetArgumentsToMSBuild
dotnet (1)
Commands\Test\VSTest\TestCommand.cs (1)
250
VSTestTrace.SafeWriteTrace(() => $"Starting test using MSBuild with arguments '{testCommand.
GetArgumentsToMSBuild
()}' custom MSBuild path '{msbuildPath}' norestore '{noRestore}'");
dotnet.Tests (1)
CommandTests\MSBuild\GivenDotnetMSBuildInvocation.cs (1)
27
command.
GetArgumentsToMSBuild
().Should().Be($"{ExpectedPrefix}{expectedAdditionalArgs}");