Passing parameters to a build
I'm looking for a way to paramterize my builds for specific build scenarios. I don't really want separate projects. Instead, I'd love to be able to use the UI to say "run this whole build with these specific parameter". I know I can set properties and environment variables, but that's not quite as clean or temporary as just supply a setting that the team I force the manual build.
Please sign in to leave a comment.
Hi!
I think you'll have to code a mecanism by yourself, with your favorite build runner: MSBuild, NAnt, Ant... and drive it from TeamCity build configuration parameterization.
Regards,
Olivier.
That seems to contradict some of the threads out here. I see reference to be able to do this with the tools. I just can't find specifics that tell me exactly how to achieve this.
Maybe ther's another way.... Can you share the reference you speak about?
Olivier.