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

Support for cancelling bootstrapper #860

Merged
merged 1 commit into from
Jun 8, 2015

Conversation

Stift
Copy link
Contributor

@Stift Stift commented Jun 3, 2015

With issue #789 @forki asked for support to cancel the bootstrapper without harming any other scripty that it may run in.
This pr should close this issue. We'll first catch the specific event and handle the cancel request apropiately.
if paket.exe exists, we exit with code 0. Else with 1. So subsequent commands can still operate.

The only problem so far is, that the commandhost of windows detects Ctrl C as well and asks if the batch should be cancelled which you can anser with No.

forki added a commit that referenced this pull request Jun 8, 2015
Support for cancelling bootstrapper
@forki forki merged commit 43ccd0b into fsprojects:master Jun 8, 2015
@Stift Stift deleted the AbortBootstrapperDownload branch June 8, 2015 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants