11 references to Execute
Microsoft.Build.CommandLine.UnitTests (7)
CommandLineSwitches_Tests.cs (1)
1528
MSBuildApp.
Execute
(new[] { @"msbuild.exe", project, "/t:foo.bar" }).ShouldBe(MSBuildApp.ExitType.SwitchError);
XMake_Tests.cs (6)
520
MSBuildApp.
Execute
(
625
MSBuildApp.
Execute
(new[] { @"c:\bin\msbuild.exe", "-junk" }).ShouldBe(MSBuildApp.ExitType.SwitchError);
627
MSBuildApp.
Execute
(new[] { @"msbuild.exe", "-t" }).ShouldBe(MSBuildApp.ExitType.SwitchError);
629
MSBuildApp.
Execute
(new[] { @"msbuild.exe", "@bogus.rsp" }).ShouldBe(MSBuildApp.ExitType.InitializationError);
1114
MSBuildApp.
Execute
(new[] { @"c:\bin\msbuild.exe", quotedProjectFileName }).ShouldBe(MSBuildApp.ExitType.Success);
1154
MSBuildApp.
Execute
(
Microsoft.Build.Engine.UnitTests (1)
Utilities_Tests.cs (1)
90
MSBuildApp.
Execute
(
MSBuild (3)
MSBuildClientApp.cs (1)
87
return MSBuildApp.
Execute
(commandLine);
XMake.cs (2)
287
exitCode = ((s_initialized &&
Execute
(
3457
exitType =
Execute
(commandLine);