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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -