Clean repository for every configuration when runn

2019-09-09 22:57发布

I am trying to run multiple configurations under one build definition on TFS using Visual Studio 2013. Is it possible to specify that i want a clean repository before building each configuration?

Thank you

1条回答
仙女界的扛把子
2楼-- · 2019-09-09 23:08

Yes it is. When you are in the build configuration settings (right-click on the build and select 'edit build definition') you should see the option "Clean Repository" with a "False". Change this to "True".

查看更多
登录 后发表回答