6 references to ProjectShouldBuild
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
654if (!solutionFile.ProjectShouldBuild(project.RelativePath))
Microsoft.Build.Engine.UnitTests (5)
Construction\SolutionFilter_Tests.cs (5)
276sp.ProjectShouldBuild(Path.Combine("src", Path.GetFileName(microsoftBuild.Path)!)).ShouldBeTrue(); 277sp.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")))