1 reference to IsUnitTestProject
BuildBoss (1)
ProjectData.cs (1)
23
internal bool IsTestProject =>
IsUnitTestProject
|| IsIntegrationTestProject;