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

[mono-2018-10] [build] Download correct mono archive URL #2366

Merged
merged 1 commit into from
Nov 1, 2018

Commits on Oct 31, 2018

  1. [build] Download correct mono archive URL

    Context: https://github.com/mono/mono/blob/8e0cbf1044fb86f40c41f4317ef9154f82a94bb4/scripts/ci/pipeline/sdks-archive.groovy#L84
    Context: https://jenkins.mono-project.com/view/Per-commit%20packages/job/archive-mono/
    
    The mono archives have a different filename format than that used in
    commit f970cd5.  As per [`sdks-archive.groovy`][0], the filename to
    download *should* be:
    
    	${product}-${configuration}-${platform}-${commitHash}.zip
    
    Update `$(_MonoArchiveName)` accordingly, and fix the output paths so
    that the mono archive can actually be used.  (As noted in f970cd5,
    *actual* support for building with the mono archive hadn't been
    tested, as one didn't exist for the mono xamarin-android uses.)
    
    [0]: https://github.com/mono/mono/blob/8e0cbf1044fb86f40c41f4317ef9154f82a94bb4/scripts/ci/pipeline/sdks-archive.groovy
    luhenry committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    d97598c View commit details
    Browse the repository at this point in the history