-
Notifications
You must be signed in to change notification settings - Fork 440
Conversation
@dougbu, |
@natemcmaster could you please have a look at the |
@rynowak could you please scan the rest of the files? Most of those changes follow consistent patterns. Might be even easier to look at the individual comments -- fewer patterns. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did a quick scan of this and it all seems fine 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is not meant to build on Linux, right? Let's disable Travis CI for this repo. cc @Eilon |
@natemcmaster yup. This repo doesn't work cross-platform yet. I added a minimal Travis configuration to this PR that disables builds on all branches except AppVeyor builds aren't kicking off but I'll check this in soon (once I've got the status badge URL in README.md) to unblock other PRs. |
Yeah we're leaving Travis enabled for this repo, but disabling all its builds. It's a hassle to enable/disable the CIs on the service side, so I'd rather leave them on. |
(And this repo will eventually build on Linux too.) |
- stable release that supports C#6, not just `nameof(...)`
- workaround NuGet/Home#6001 - `\$(Configuration)\Test` -> `\Test\$(Configuration)` - quiets builds down significantly
29df553
to
73f907e
Compare
A set of infrastructure changes
NuGet.exe pack
up