View Single Post
  #2  
Old 09-21-2004, 06:09 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
Clean is not supported in the Make VS.NET action. Is there any particular reason not to just do a force rebuild (equivalent of clean, then build) instead of clean? If you must perform a clean, use a Run Program action with a command of:

%DEVENV_NET% /clean solconfig "c:\path\to\slnfile.sln"

although in my tests /clean only seemed to do something for C++ projects.
Reply With Quote