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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -