View Single Post
  #3  
Old 03-09-2009, 08:42 AM
DuncanL DuncanL is offline
Registered User
 
Join Date: 07-26-2007
Posts: 29
OK; it may be something strange going on if the specified build configuration doesn't exactly match anything present in the project:

What we had was a single release build "Win32 Release MinSize". Someone then added "Win32 Release MinDependencies"

The action was set to build "Win32 Release" - which was working fine just building "Win32 Release MinSize"; until the second configuration came along and then it built both.

Switching the step to "Win32 Release MinSize" fixes the issue and only builds that one configuration.

From what you're saying of your tests, even if someone now adds "Win32 Release MinSize Bob", it won't get built?
Reply With Quote