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