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

Add support for building S.P.CoreLib in a separate job #34166

Merged
merged 31 commits into from
Apr 2, 2020

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    74cb414 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. PR Comments.

    Removing compilerName parameter and renaming display names
    mangod9 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    def5d70 View commit details
    Browse the repository at this point in the history
  2. fix deletion typo

    mangod9 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    fc99faa View commit details
    Browse the repository at this point in the history
  3. Adding step to upload output directory.

    Also some cleanup
    mangod9 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    de8f012 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34a19e8 View commit details
    Browse the repository at this point in the history
  5. reverting libraries dependency change

    Keeping the download of corelib artifacts to check if just corelib is sufficient to build libraires.
    mangod9 committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    eb1ee34 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Configuration menu
    Copy the full SHA
    478b77f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a2a3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbfb35e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46efc4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fb3931 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57b5d81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6436fb6 View commit details
    Browse the repository at this point in the history
  8. reverting a change which is not required

    Hoping this fixes the test build.
    mangod9 committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    0683d82 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Adding runtime.depproj to libraries restore, and pretest.proj to test…

    …s.proj
    
    pretest is required to generate the Microsoft.NETCore.App.deps files for CoreRun to work correctly.
    mangod9 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f21a514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e6701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b73ed5 View commit details
    Browse the repository at this point in the history
  4. Add libraries -restore to test run

    since pretest needs installer.tasks.dll
    mangod9 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    bb09589 View commit details
    Browse the repository at this point in the history
  5. Updating pretest to use TargetArchitecture

    A recent change caused this break :)
    mangod9 committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    2ec1f5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77dfbcf View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Moving runtime restore from \restore\dirs.proj

    Moved runtime restore + pretest.proj to teh tests.proj build.
    mangod9 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e6d4882 View commit details
    Browse the repository at this point in the history
  2. fix -allConfigurations build

    mangod9 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    afe6717 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a082f9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fec325d View commit details
    Browse the repository at this point in the history
  5. libraries test should depend on full product

    This fix is similar to artifact download logic done in build-base.yml
    mangod9 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    dfef8c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e4d00a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    42dfd0d View commit details
    Browse the repository at this point in the history
  2. PR Comments

    mangod9 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    56bf4c0 View commit details
    Browse the repository at this point in the history
  3. typo fix :(

    mangod9 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    18e5190 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    e76db3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3c15b0 View commit details
    Browse the repository at this point in the history