I have 2 projects, A and B. B is a derivative of A, and adds 1-2 statically defined tasks in the TCF file. Is there a way to have a single TCF file? Or do I need to have 2 TCF file for each project, A and B? This is BIOS5.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
BIOS 5 support utils.importFile() calls, which you can use to load a content of one script and then add more configuration code. The imported file is found along the path specified in config.importPath. Are you working in CCS?