Modify all command-line builds in entire repo
Last updated
Last updated
I used to place msbuild.rsp
alongside solution and project files to avoid repeating -nr:false -v:m -bl
(no node reuse, minimal verbosity, binlogs). It was super annoying to have to have it all over the place. While , I just learned that since MSBuild 15.6+, you can now have a that affects every build in every descendent folder. This sounds like a great default one for me:
Note I also prefer much more the -
syntax rather than /
for switches.