8 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)
523
MSBuildApp.
Execute
(
628
MSBuildApp.
Execute
(new[] { @"c:\bin\msbuild.exe", "-junk" }).ShouldBe(MSBuildApp.ExitType.SwitchError);
630
MSBuildApp.
Execute
(new[] { @"msbuild.exe", "-t" }).ShouldBe(MSBuildApp.ExitType.SwitchError);
632
MSBuildApp.
Execute
(new[] { @"msbuild.exe", "@bogus.rsp" }).ShouldBe(MSBuildApp.ExitType.InitializationError);
1117
MSBuildApp.
Execute
(new[] { @"c:\bin\msbuild.exe", quotedProjectFileName }).ShouldBe(MSBuildApp.ExitType.Success);
1157
MSBuildApp.
Execute
(
Microsoft.Build.Engine.UnitTests (1)
Utilities_Tests.cs (1)
90
MSBuildApp.
Execute
(