Steps
- Install TestingBot 1.0 on TeamCity 2023.05.1.
- Add a command line step with the following command to a build:
echo "##teamcity[addBuildTag 'SomeTag']".
- Run the build.
Expected
The tag "SomeTag" is added to the build during the execution and is kept after the build is finished.
Actual
The tag is added when the build is running, but is removed after the build is finished.