visual studio - Clean repository for every configuration when running multiple configurations in one build definition -
I am trying to run multiple configurations under TFS build definition on Visual Studio 2013. Is it possible to specify that I want a clean repository before the creation of each configuration?
Thanks
Yes it is when you are in the build configuration setting (build Right-click on and select 'Edit Builder Definition') You should see the "Clean repository" option with "False". Change it to "true"
Comments
Post a Comment