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)
274sp.ProjectShouldBuild(Path.Combine("src", Path.GetFileName(microsoftBuild.Path)!)).ShouldBeTrue(); 275sp.ProjectShouldBuild(Path.Combine("src", Path.GetFileName(tasksUnitTests.Path)!)).ShouldBeTrue(); 278(sp.ProjectShouldBuild(Path.Combine("src", Path.GetFileName(commandLineUnitTests.Path)!)) 279|| sp.ProjectShouldBuild(Path.Combine("src", Path.GetFileName(msbuild.Path)!)) 280|| sp.ProjectShouldBuild(Path.Combine("src", "notAProject.csproj")))