Link to home
Start Free TrialLog in
Avatar of dchau12
dchau12

asked on

compile and publish visual studio 2008 project on the command line

I am trying to compile and publish a visual studio 2008 project from the command line.  Any ideas on how to get this done?
ASKER CERTIFIED SOLUTION
Avatar of Toms Edison
Toms Edison
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BradleyWard
BradleyWard

The accepted solution above contains two links. The first link is still good, the second link no longer exists.

While the information contained in the first link may work for Visual Basic .Net, it would not work for C#.  And the original question did not restrict the question to only Visual Basic.

The proper build tool to use is msbuild. For an overview of msbuild that is appropriate for Visual Studio 2008, see the following link:

http://msdn.microsoft.com/en-us/library/ms171452.aspx