-
Notifications
You must be signed in to change notification settings - Fork 585
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 contentFiles to Fake.DotNet.NuGet packaging #2165
Add support for contentFiles to Fake.DotNet.NuGet packaging #2165
Conversation
@matthid As per contribution docs, I branched from my fork |
@chappoo Usually the diff between master and release/next is not too big and github allows to change the target branch (and I already did) so not an issue. But where are the docs because currently targeting |
@matthid I was looking here: http://fake.build/contributing.html#Programming This is linked to from the main repo README |
@chappoo Thanks will try to update. Can you rebase or push an empty commit to re-trigger the CI processes (seems to have problems with changed branch target, maybe I was too fast) |
@matthid Done - rebased on |
No idea why this pr doesn't trigger any CI (we have many so I'd assume github is to blame)... Maybe close and add a new one? |
Ok it looks like they have some problems: https://status.github.com/messages |
I saw the data consistency outage earlier - I think they had stopped all web-hooks as a precaution |
I might start again once they've fully resumed, will kill the PR / branch and start again, not sure I can open a new PR against a branch with a closed PR? |
@chappoo Yes I think that's not a problem, you can push to the same branch after a previous PR has been merged and start a new PR (in fact that's what I'm doing all the time with the |
Looks like CI has magically started now |
I think a small unit test for the new parameter would make sense |
I totally agree, I'm not familiar with the test setup here though. Are there existing unit tests for the NuGet module? |
We recently added a more testable API ( Once the module uses Let me know if that helps. |
any interest in finishing this? |
I do, but unfortunately have had no time to spare since the last comms.
With any luck, next week...
…On Sun, 18 Nov 2018, 15:45 Matthias Dittrich ***@***.*** wrote:
any interest in finishing this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2165 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABCoaCs_KtmuNnVvF85Ug4z4gwwyZwiHks5uwYCDgaJpZM4XzJDe>
.
|
@matthid The notification for this merge reminded me of this (old!) PR... appreciate the acceptance. |
Fixes #2144