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

improve error handling #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abcox
Copy link

@abcox abcox commented Feb 12, 2019

...to provide warning on file prepare issues instead of exiting completely. logs a warning with error message when task fails in prep step. Scenario: file with extension (like .cache) is unknown mime type (has no mime map) requires update to web.config to add mimeMap entry. Otherwise, IIS will return 404 (file not found)... and this is not logged, because prep step fails, and whole deploy stalls. This error handling will allow the error to bubble up to be logged as warning (and can be customized as/where is needed).

@abcox
Copy link
Author

abcox commented Feb 12, 2019

Sweet!

@abcox abcox closed this Feb 12, 2019
@abcox abcox reopened this Feb 12, 2019
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.

1 participant