I found a way to change the property in TeamCity:
##teamcity[setParameter name='ddd' value='fff']
But, unfortunately, this change occurs only for the current assembly. I want this change to be PERMANENT, but TeamCity only changes it for the current current build.
How to make a permanent change to a system property in TeamCity?
source
share