Build Features - List which Build Configurations are using Build Features

I'm wondering if there's some sort of tracing of which build configurations uses build features. I'm currently adding VCS Labeling to our builds that produces a nuget output. However, it is easy to loose the overview of which Build Configuration has enabled this Build Feature since it's not possible to search specifically for it (as far as I know).

I tried looking in the database if there are any way of making a query for listing the Build Configurations that uses Build Features, however, the database doesn't seem to keep records of which Build Configurations are using Build Features.

 

0
1 comment

Hi Harald,

the configuration of projects is not stored in the database. It can be found under the data directory, config folder. They can also be changed and traced by using the Versioned settings feature, allowing you to store the settings in a VCS, and if you select kotlin, you can even create them programatically: https://confluence.jetbrains.com/display/TCD10/Storing+Project+Settings+in+Version+Control

0

Please sign in to leave a comment.