I have debug.properties file with debug settings in our project. This file located in repo and each teamate should made changes in this one before debugging.
Can I modify this file based on some debug.template.properties file before build like xml transformation in C#?
You can use cfg4j library and the following code: