-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
MSBuild add log file support #703
Labels
Milestone
Comments
@patriksvensson is this related to this: #702 |
@gep13 No, it's two different things. |
bradtwurst
added a commit
to bradtwurst/cake
that referenced
this issue
Sep 8, 2016
Addresses issue cake-build#703 Provides the ability to add FileLogger parameters to the MsBuild command line. The various fileloggerparameters (flp) can also be specified. The parameters that can be created are /fl, /fl[1 thru 9], /flp, and /flp[1 thru 9]
bradtwurst
added a commit
to bradtwurst/cake
that referenced
this issue
Sep 9, 2016
Addresses issue cake-build#703 Provides the ability to add FileLogger parameters to the MsBuild command line. The various fileloggerparameters (flp) can also be specified. The parameters that can be created are /fl, /fl[1 thru 9], /flp, and /flp[1 thru 9]
bradtwurst
added a commit
to bradtwurst/cake
that referenced
this issue
Sep 9, 2016
Addresses issue cake-build#703 Provides the ability to add FileLogger parameters to the MsBuild command line. The various fileloggerparameters (flp) can also be specified. The parameters that can be created are /fl, /fl[1 thru 9], /flp, and /flp[1 thru 9]
gep13
pushed a commit
that referenced
this issue
Oct 24, 2016
Addresses issue #703 Provides the ability to add FileLogger parameters to the MsBuild command line. The various fileloggerparameters (flp) can also be specified. The parameters that can be created are /fl, /fl[1 thru 9], /flp, and /flp[1 thru 9]
gep13
added a commit
that referenced
this issue
Oct 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would be nice if we could add file logging to MSBuild calls.
Maybe we can represent the settings with something like this:
(This should obviously be discussed before implementation since there's probably is a nicer way of doing this)
And add it to the settings.
The text was updated successfully, but these errors were encountered: