My Build cheat sheet
My build cheat sheet.
Restore
msbuild -t:Restore -v:m
Build
msbuild -t:Restore -v:mmsbuild -p:Configuration=Release
msbuild -p:Configuration=Release -v:Detailed
msbuild -p:Configuration=Release -p:Platform="Any CPU"
To build before current pro...
cwizsoftware.com1 min read