2 references to IsTestProject
dotnet (2)
Commands\Test\MTP\SolutionAndProjectUtility.cs (2)
227
Logger.LogTrace($"Loaded project '{Path.GetFileName(projectFilePath)}' with TargetFramework '{targetFramework}', TargetFrameworks '{targetFrameworks}', IsTestProject '{projectInstance.GetPropertyValue(ProjectProperties.
IsTestProject
)}', and '{ProjectProperties.IsTestingPlatformApplication}' is '{projectInstance.GetPropertyValue(ProjectProperties.IsTestingPlatformApplication)}'.");
292
_ = bool.TryParse(project.GetPropertyValue(ProjectProperties.
IsTestProject
), out bool isTestProject);