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

Build script work #835

Merged
merged 3 commits into from
Apr 27, 2017
Merged

Conversation

DustinCampbell
Copy link
Contributor

@DustinCampbell DustinCampbell commented Apr 27, 2017

Fixes #658
Fixes #639

  • Fix issue where de-duping during publish would skip a RID-specific publish step if that RID matched the current machine.
  • Show version numbers in archives for Linux distros
  • Add more Linux distros, namely ubuntu16.10, fedora24, and opensuse42.1

The additionally Linux distros is really a temporary measure since we'll be moving to an embedded Mono as part of #666. However, this will at least allow folks to build on those machines.

Awhile back, I had added code to the build script to avoid publishing
multiple times for the same RID. However, that failed to take into
account the "default" RID, which is intended to represent the current
machine. When we encounter "default", we substitute the RID for the
current machine, which means that we'd never actually publish that same
RID. This resulted in builds being missing if the RID matched the
current machines. In particular, this resulted in ubuntu 14 builds being
missing from Travis because that's the "default".
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.

2 participants