Maybe it's of help that a condition in Directory.Build.props could potentially use MSBuildProjectName (as MSBuildProjectName is available very early). I think this might help LLM go into the right direction instead of attempting to do Condition="$(IsTestProject)=='true'" which won't work.
Originally posted by @Youssef1313 in #373 (comment)
Maybe it's of help that a condition in Directory.Build.props could potentially use
MSBuildProjectName(as MSBuildProjectName is available very early). I think this might help LLM go into the right direction instead of attempting to doCondition="$(IsTestProject)=='true'"which won't work.Originally posted by @Youssef1313 in #373 (comment)