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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -