Ticket #987 (accepted enhancement)
Missing command line for visual studio /clean
| Reported by: | JDelfour | Owned by: | dustin |
|---|---|---|---|
| Priority: | patches-accepted | Milestone: | 0.8.+ |
| Version: | 0.8.1 | Keywords: | windows |
| Cc: | dustin, callek |
Description
Reference ticket: http://buildbot.net/trac/ticket/986 I usually prefer doing a "clean" before a "build" without using the "rebuild" (which sometimes mess the dependencies...
I guess you should add the following in the command lines of visual studio: if self.mode == "clean":
command.append("/Clean")
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
I'd like someone who actually uses visual studio to do this..