microsoft / MSBuildSdks

MSBuild project SDKs
MIT License
460 stars 82 forks source link

Fix for chained copies within the same task session #513

Closed erikmav closed 11 months ago

erikmav commented 11 months ago

Previous logic did not understand chaining and sometimes would not copy some multi-hop files depending on parallel I/O ordering. Follow the chain back to the root and copy that forward to the destination in parallel.