You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize _MvcCopyDependencyFiles and _GeneratePublishTestManifest targets to reduce Copy task overhead (#63994)
* Initial plan
* Optimize _MvcCopyDependencyFiles target to reduce Copy task invocations
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
* Also optimize _GeneratePublishTestManifest target for consistency
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
* Fix MSBuild item list handling and condition syntax per review feedback
- Use new item list _DepsFilesToPublishResolved from FullPath metadata instead of overwriting _DepsFileToPublish
- Change condition syntax from '@(list) != empty' to '@(list->Count()) > 0' to avoid list rendering overhead
Co-authored-by: baronfel <573979+baronfel@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: joperezr <13854455+joperezr@users.noreply.github.com>
Co-authored-by: baronfel <573979+baronfel@users.noreply.github.com>
0 commit comments