7 references to ProjectShouldBuild
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
654if (!solutionFile.ProjectShouldBuild(project.RelativePath))
Microsoft.Build.Engine.UnitTests (6)
Construction\SolutionFilter_Tests.cs (6)
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"))) 334Assert.True(sp.ProjectShouldBuild("SolutionTest.csproj"));