C#,vb.net,MVC,Jquery,javascript,jscript,vbscript,html,vb,sharepoint,COM,WPF,WCF,Wwf,Asp,Asp.net,questions & answers,

Latest in Sports

Tuesday, October 14, 2014

Building .VDPROJ file using Command Line

I have a requirement of building my project setup file using Command Line or C# code.
I tried using "devenv", but it didn't work.

Can any one please provide any suggestions?

ANSWER:

To build single project use this
 
devenv samplesolutionfile.sln /build "Debug|Win32" /project sampleSetup "Debug|Win32" in your MSBuild script.

Hari

No comments:

Post a Comment