microsoft / MSBuildSdks

MSBuild project SDKs
MIT License
449 stars 80 forks source link

Avoid running tests against non-test projects #541

Closed dfederm closed 6 months ago

dfederm commented 6 months ago

Without this, a global package reference both: a) Attempts to run tests against dev projects, which can take ~500ms anecdotally, only to nop b) Attempts to run tests against traversal projects, which don't actually produce an output, which hard fails when it can't find "dirs.dll"