Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
ccab18d8 fix(dotnet): widen dependent task output hashing and add editorconfig input
- Broaden `dependentTasksOutputFiles` glob from `**/*.{dll,props,targets}` to
`**/*` on build, test, pack, and publish so dep projects' `bin/`/`obj/`
artifacts (`.deps.json`, `.runtimeconfig.json`, `.pdb`, `.dll.config`,
`apphost`, `assets.cache`) participate in input hashing.
- Add `{workspaceRoot}/.editorconfig` as an input on the same targets;
dotnet build reads it for code-style enforcement.