mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

Add cancellation for the Parallel task #104

Open crt-31 opened 6 months ago

crt-31 commented 6 months ago

Please add cancellation to the Parallel Task so that it properly cancels the targets/tasks that are being run when I ctrl-c.

This is super important since I have some fairly long running tasks. Thanks.

Note: It appears that this was the plan at one point time: https://mikefourie.wordpress.com/2012/04/18/executing-msbuild-targets-in-parallel-part-2