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
Post a Comment