c# - build .net solution from batch file -


i have solution file comprising of 15 projects using few third party dll references. want able build solution batch file. best way this?

thanks

run msbuild - example:

msbuild mysolution.sln /p:configuration=release /p:platform="any cpu" 

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -