7 references to ProjectShouldBuild
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
654
if (!solutionFile.
ProjectShouldBuild
(project.RelativePath))
Microsoft.Build.Engine.UnitTests (6)
Construction\SolutionFilter_Tests.cs (6)
276
sp.
ProjectShouldBuild
(Path.Combine("src", Path.GetFileName(microsoftBuild.Path)!)).ShouldBeTrue();
277
sp.
ProjectShouldBuild
(Path.Combine("src", Path.GetFileName(tasksUnitTests.Path)!)).ShouldBeTrue();
280
(sp.
ProjectShouldBuild
(Path.Combine("src", Path.GetFileName(commandLineUnitTests.Path)!))
281
|| sp.
ProjectShouldBuild
(Path.Combine("src", Path.GetFileName(msbuild.Path)!))
282
|| sp.
ProjectShouldBuild
(Path.Combine("src", "notAProject.csproj")))
334
Assert.True(sp.
ProjectShouldBuild
("SolutionTest.csproj"));