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