4 references to SwitchError
Microsoft.Build.CommandLine.UnitTests (3)
CommandLineSwitches_Tests.cs (1)
1530
MSBuildApp.Execute(new[] { @"msbuild.exe", project, "/t:foo.bar" }).ShouldBe(MSBuildApp.ExitType.
SwitchError
);
XMake_Tests.cs (2)
624
MSBuildApp.Execute(new[] { @"c:\bin\msbuild.exe", "-junk" }).ShouldBe(MSBuildApp.ExitType.
SwitchError
);
626
MSBuildApp.Execute(new[] { @"msbuild.exe", "-t" }).ShouldBe(MSBuildApp.ExitType.
SwitchError
);
MSBuild (1)
XMake.cs (1)
952
exitType = ExitType.
SwitchError
;