7 references to MSBuildOption
dotnet (2)
Commands\BuildServer\Shutdown\BuildServerShutdownCommand.cs (1)
28
bool msbuild = result.GetValue(BuildServerShutdownCommandParser.
MSBuildOption
);
Commands\BuildServer\Shutdown\BuildServerShutdownCommandParser.cs (1)
41
command.Options.Add(
MSBuildOption
);
dotnet.Tests (5)
CommandTests\BuildServer\Shutdown\BuildServerShutdownParserTests.cs (5)
23
result.GetValue<bool>(BuildServerShutdownCommandParser.
MSBuildOption
).Should().Be(false);
33
result.GetValue<bool>(BuildServerShutdownCommandParser.
MSBuildOption
).Should().Be(true);
43
result.GetValue<bool>(BuildServerShutdownCommandParser.
MSBuildOption
).Should().Be(false);
53
result.GetValue<bool>(BuildServerShutdownCommandParser.
MSBuildOption
).Should().Be(false);
63
result.GetValue<bool>(BuildServerShutdownCommandParser.
MSBuildOption
).Should().Be(true);