I need to setup string which is abc%%123 in team city parameter. I found this answer teamcity how to handle configuration parameters which contains "%" which suggest to escape % sign we should add one more % sign. I added value in team city as 'abc%%%%123'. but teamcity still resolving string as 'abc%123'.
Asked
Active
Viewed 254 times