Peter Mounce
Peter Mounce
It's actually simpler if output ends up in friendly-name directories rather than with version information (or at least, version-info that changes each build/commit) baked into the paths.
msbuild will blanket-build the contents of src where there is a project file in a sub-directory. Make it possible to ignore some of that file-match glob.
xunit['out/reports/Foo.Unit.Tests/'] is not as friendly as xunit['Foo.Unit.Tests']
It's convenient to follow dependencies in the local environment, but have things be more explicit in CI (because not all agents may be running all tasks, for example). So, make...