Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to build a C# or vb.net project using MsBuild from a command line. Can anyone please help out in this.

I'm trying out in this way:
MsBuild.exe /t:C:\Users\rbellary\Documents\Visual Studio 2010\Projects\ProjectBuilder_src\prjbuilder\ProjectBuilder.csproj /p:Configuration=Debug;OutDir=bin\Debug\

Thank & Regards,
Ramana
Posted

1 solution

Following should help you out: MSDN: MSBuild Command-Line Reference[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900