al Message-
From: Chris Holt [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 17, 2006 3:19 PM
To: 'Andy Johnstone'; nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] NANT solution task
Another way to handle this is to use the exec task on devenv.
I am doing this and it
: RE: [NAnt-users] NANT solution task
I'd settle for a release date for the next version :-)
At any rate, VS2005 has MSBuild, so until the solution task is updated for
2005, you could just call MSBuild. this is what I'm doing, and works well.
It also has the advantage of building ALL pro
I'd settle for a release date for the next version :-)
At any rate, VS2005 has MSBuild, so until the solution task is updated for
2005, you could just call MSBuild. this is what I'm doing, and works well.
It also has the advantage of building ALL project types, including
Setup/Deployment projects