Can I set a project parameter not inherit by its subproject?
I would like to identify some of my projects in teamcity. I set a project parameter in the root project, and set default to false. In the project that I want to mark, I set the value to true. The problem is the subprojects of the marked project also have true. is it possible to set that the subprojects do not inherit this parameter?
Please sign in to leave a comment.
I'm afraid not. You need to overwrite it again in the subprojects. Another option is to change the hierarchy so that the subprojects hang from a different project instead (such as a parent project, to share all the rest of the configuration).