Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question/Feature request: Cancelling build #153

Open
prochnowc opened this issue Nov 23, 2020 · 1 comment
Open

Question/Feature request: Cancelling build #153

prochnowc opened this issue Nov 23, 2020 · 1 comment
Labels
General Enhancement New feature or request

Comments

@prochnowc
Copy link

First of all, thanks for the nice library.

I have a small toy project where I am building several projects in parallel. If the first build fails I want to cancel all other pending builds - is there a possibility to cancel a build?

Thanks!

@daveaglick
Copy link
Collaborator

Unfortunately there isn't a great way to do this right now (at least not that I can think of - happy for suggestions here!). Because Buildalyzer "shells out" to MSBuild we've got very limited control over the forked process. We could always try to kill it, but that's really ungraceful (though maybe that's actually what we need to do). There's also a chance that sending something like a Ctrl+C combination over standard input could do the trick.

I can give this a little thought, but may not get around to an implementation for a while.

@daveaglick daveaglick added the General Enhancement New feature or request label Dec 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants