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

Enable restore for ref and src projects in libs #33553

Merged
merged 90 commits into from
Apr 6, 2020

Commits on Apr 4, 2020

  1. Enable restore for ref and src projects in libs

    This reverts the revert of commit 73268c7
    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    b9e701e View commit details
    Browse the repository at this point in the history
  2. Rename .builds to .proj files in libraries

    The new MSBuild Static Graph based NuGet Restore Task is highly optimized
    and probes for .proj* files only. Renaming to match that.
    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    f9f120a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    444f49f View commit details
    Browse the repository at this point in the history
  4. RestoreGraph fixes

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    0bf42c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6dce74 View commit details
    Browse the repository at this point in the history
  6. Update global.json

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    99b837c View commit details
    Browse the repository at this point in the history
  7. Introduce subsets

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    050280a View commit details
    Browse the repository at this point in the history
  8. Rename .builds to .proj

    To make use of the new NuGet static graph evaluation feature we need
    to rename our .builds files to .proj.
    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    79715c4 View commit details
    Browse the repository at this point in the history
  9. Depproj restore fixes

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    f11dbd9 View commit details
    Browse the repository at this point in the history
  10. traversal code cleanup

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    12e3116 View commit details
    Browse the repository at this point in the history
  11. Package fixes

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    534b233 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    786700a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ddfe69b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    25a5a58 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b71e82 View commit details
    Browse the repository at this point in the history
  16. Subset and yml fixes

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    95befac View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c2b3a93 View commit details
    Browse the repository at this point in the history
  18. Update subset rename

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2effd4c View commit details
    Browse the repository at this point in the history
  19. Fix runtime.depproj tfm

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    bb5e0e7 View commit details
    Browse the repository at this point in the history
  20. Traversal support

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    872d5b4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    65b1863 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0dbcec2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6385ce2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    95f4fd6 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    08fcf2e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7b7ebf7 View commit details
    Browse the repository at this point in the history
  27. Upgrade Sdk.IL

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    e95e8e1 View commit details
    Browse the repository at this point in the history
  28. Fix Merge conflicts

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    b54fed1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    12457da View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a3d014a View commit details
    Browse the repository at this point in the history
  31. Fix typo in eng/build.sh

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    c5a4d8e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1d27de8 View commit details
    Browse the repository at this point in the history
  33. Add missing json ref

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    9be2b6d View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7c64e58 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    6eff600 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    2450615 View commit details
    Browse the repository at this point in the history
  37. Fixes to make this build

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    b53bfac View commit details
    Browse the repository at this point in the history
  38. Fix mono build

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    fff169e View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3f3c38e View commit details
    Browse the repository at this point in the history
  40. Fix ordering of subsets

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    7eb7c9b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    b6e8d46 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    3bb72d9 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1467d42 View commit details
    Browse the repository at this point in the history
  44. Fix enterprise build

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    a69fe7c View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    bb070c1 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    4e2a5f2 View commit details
    Browse the repository at this point in the history
  47. Update .gitignore

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    c827bd7 View commit details
    Browse the repository at this point in the history
  48. PR feedback

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2a4fca8 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    071c2ad View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    a2fd1f8 View commit details
    Browse the repository at this point in the history
  51. Fix ApiCompat invocation

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    3ce089d View commit details
    Browse the repository at this point in the history
  52. Cleanup prop for shims

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    7f810fb View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    3c6c300 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    65aa3e2 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    015f000 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a5712c5 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    cbdd24d View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    f3508fa View commit details
    Browse the repository at this point in the history
  59. Fix run-test-job yml

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    c50661c View commit details
    Browse the repository at this point in the history
  60. PR feedback and fix

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    2e071df View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    c7f8492 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    352a8c3 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    384bc8d View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    7012d4c View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    45cb54e View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    6a8bc91 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    51a64f3 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    cdb4e84 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    ba0aabd View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    08cdc91 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    a4bdf5a View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    4a4b12a View commit details
    Browse the repository at this point in the history
  73. Include pretest always

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    6dd172e View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    ecc4135 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    321e181 View commit details
    Browse the repository at this point in the history
  76. Remove json dependency

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    c14fb29 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    4c0c75e View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    3acad7e View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    2793329 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    97fd77a View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    f98eb05 View commit details
    Browse the repository at this point in the history
  82. Downgrade sdk again

    ViktorHofer committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    ffbd49d View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    49c2a31 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    ed4d997 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    d225556 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    12466f2 View commit details
    Browse the repository at this point in the history
  2. Fix packaging reports

    ViktorHofer committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    8350cbb View commit details
    Browse the repository at this point in the history
  3. Avoid races in restore

    ViktorHofer committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    16f2663 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    48c6696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e01783 View commit details
    Browse the repository at this point in the history