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...
Feb 24, 20211 min read86