1

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'.

Anil
  • 1,669
  • 5
  • 19
  • 44

1 Answers1

0

I had to use 4 percentage signs to esacape each percentage sign in string.

Anil
  • 1,669
  • 5
  • 19
  • 44