Teamcity SetParameter doesn't seem to be working
问题 As the first step in a build configuration I am trying to dynamically change a parameter and use it in the subsequent steps. Reading online, it seems that the way to do this is to call ##teamcity[setParameter . But this doesn't seem to be working. It doesn't even change the value in the same step. For example, I have created a test parameter and set it's default value to '1'. Inside a powershell script, I tried to change it to 2, as shown below. But the output remains unchanged as can be seen