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

Add support for MSBuild Distributed Loggers #536

Merged
merged 3 commits into from
Sep 19, 2014

Conversation

baronfel
Copy link
Contributor

@baronfel baronfel commented Sep 5, 2014

MsBuild allows for the configuration of distributed loggers to allow build tasks to be farmed out to agents and the logs of those agents to be collected by some central logger. This pull request adds support for configuring these loggers via FAKE, mimicing the existing FileLogger configuration.

This pull request will allow for all TFS Builds to receive good, detailed logs for FAKE builds, while allowing the configuration of those logs to be a part of the overall product.

This also happens to bring us to feature parity with PSake in this regard.

@ctaggart and I have been testing this today with some builds of Sourcelink to great success, and adding this support to FAKE would close an issue he's been tracking in that project as well.

@ChrisMissal
Copy link
Contributor

This also happens to bring us to feature parity with PSake

Nice work Chet! ✨

@forki
Copy link
Member

forki commented Sep 19, 2014

thanks.

forki added a commit that referenced this pull request Sep 19, 2014
Add support for MSBuild Distributed Loggers
@forki forki merged commit ecde9ae into fsprojects:master Sep 19, 2014
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.

3 participants