View Single Post
  #1  
Old 12-06-2003, 11:45 AM
Rich Peters Rich Peters is online now
Registered User
 
Join Date: 11-20-2003
Location: Discovery Bay
Posts: 7
Angry Fording a rebuild on a VC.NET step

I was able to force a rebuild on a vc6 step by appending the command tail /rebuild to the command line.

Now in .NET, that syntax is broken. You must substitute the /build filename for a /rebuild filename option. this is handled by visual build, but I see no option to force a rebuild.

Any ideas how to do this?

thanks
rp
Reply With Quote