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 -

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

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -