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

Bootstrap improvements #10282

Merged

Commits on Jun 21, 2024

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

Commits on Jun 24, 2024

  1. logic updates

    YuliiaKovalova committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0b7dda0 View commit details
    Browse the repository at this point in the history
  2. change output path

    YuliiaKovalova committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0caf663 View commit details
    Browse the repository at this point in the history
  3. adjust output paths

    YuliiaKovalova committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0c02f33 View commit details
    Browse the repository at this point in the history
  4. move to netstardard2.0

    YuliiaKovalova committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9f29f6f View commit details
    Browse the repository at this point in the history
  5. cleanup for non-windows

    Yuliia Kovalova authored and Yuliia Kovalova committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    23e753d View commit details
    Browse the repository at this point in the history
  6. update condition

    YuliiaKovalova committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b51f097 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b12aac2 View commit details
    Browse the repository at this point in the history
  8. Base InstallDotNetCoreTask on stable packaged MSBuild

    NuGet asset resolution was picking the wrong TF when looking at
    ProjectReferences, so build this like an external consumer would.
    
    Co-authored-by: YuliiaKovalova <[email protected]>
    rainersigwald and YuliiaKovalova committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0f00ef0 View commit details
    Browse the repository at this point in the history
  9. change the copy logic

    YuliiaKovalova committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b2d83e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

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

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    6196063 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675f275 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. add documentation

    YuliiaKovalova committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    37656e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a71e29c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Apply suggestions from Rainer's review

    Co-authored-by: Rainer Sigwald <[email protected]>
    YuliiaKovalova and rainersigwald authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    53f0efd View commit details
    Browse the repository at this point in the history
  2. fix review comments

    YuliiaKovalova committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e9ce4ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19ce1fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb5dd94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b45a2b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. fix review comments

    YuliiaKovalova committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    5852b3d View commit details
    Browse the repository at this point in the history
  2. cleanup

    YuliiaKovalova authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c0b6b35 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. InstallDotNetCoreTask via RoslynCodeTaskFactory

    This avoids ever having to block on building the task.
    
    I'm leaving the project in place for easier editing, but not including
    it in the `.sln` so it won't be part of any build--you'd have to open
    it individually to get a great inner-loop experience with the task.
    rainersigwald committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9be76bc View commit details
    Browse the repository at this point in the history
  2. Acquire SDK earlier

    Pushing this lengthy process before `ResolveProjectReferences` means
    it's more likely to be able to be scheduled and finish without being on
    the critical path through builds.
    rainersigwald committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d0c2057 View commit details
    Browse the repository at this point in the history
  3. update documentation

    Co-authored-by: Rainer Sigwald <[email protected]>
    YuliiaKovalova and rainersigwald authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9610b1d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    c8532a0 View commit details
    Browse the repository at this point in the history
  2. update documentation

    Co-authored-by: Rainer Sigwald <[email protected]>
    YuliiaKovalova and rainersigwald authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    73a0a6f View commit details
    Browse the repository at this point in the history
  3. undo extra changes

    YuliiaKovalova committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5cfef7b View commit details
    Browse the repository at this point in the history