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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -