Cake.Powershell icon indicating copy to clipboard operation
Cake.Powershell copied to clipboard

Allow pipeline to be cancelled via cancellationtoken

Open sebastianslutzky opened this issue 5 years ago • 0 comments

Hi, I'm currently running multiple powershell tasks in parallel. I'd like to be able to stop them all if one of them fail. I am already cancelling the cancellationtoken but I'd need the PowershellRunner to listen to it and stop the running pipeline. The cancellationtoken can be passed via configuration....or maybe it is already available as a core functionality of Cake? thanks Sebastian

sebastianslutzky avatar Jun 18 '20 20:06 sebastianslutzky