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

Implement proposal stated in ADR for setup-dotnet v3 and functionality from feature request #219 #315

Merged
merged 19 commits into from Sep 27, 2022

Commits on Sep 14, 2022

  1. Implement proposal stated in ADR for setup-dotnet v3

    In the scope of this commit such functionalty was added:
    1. Installation directories for Windows and Ubuntu were changed to
    the folder with preinstalled .NET SDK's
    2. Inner logic of interaction with MS dotnet installer scripts was
     changed
    3. New input "dotnet-quality" was added
    Such functionality was cut out:
    1. Input "include-prerelease"
    IvanZosimov committed Sep 14, 2022
    Copy the full SHA
    8b5d13b View commit details
    Browse the repository at this point in the history
  2. Update unit and e2e tests

    IvanZosimov committed Sep 14, 2022
    Copy the full SHA
    2939623 View commit details
    Browse the repository at this point in the history
  3. Update documentation

    IvanZosimov committed Sep 14, 2022
    Copy the full SHA
    51afffd View commit details
    Browse the repository at this point in the history
  4. Update bash dotnet-installer script

    IvanZosimov committed Sep 14, 2022
    Copy the full SHA
    48a8ae4 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Fix review points and refactor code

    IvanZosimov committed Sep 16, 2022
    Copy the full SHA
    f32e21f View commit details
    Browse the repository at this point in the history
  2. Update e2e tests to handle cases with RC .NET versions

    IvanZosimov committed Sep 16, 2022
    Copy the full SHA
    c32f58e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Fix review points

    IvanZosimov committed Sep 20, 2022
    Copy the full SHA
    5719647 View commit details
    Browse the repository at this point in the history
  2. Insert newline in release-new-action-version.yml

    IvanZosimov committed Sep 20, 2022
    Copy the full SHA
    9eeb329 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into ADRdotnet

    IvanZosimov committed Sep 20, 2022
    Copy the full SHA
    9fe67f1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1d59406 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Fix review points

    IvanZosimov committed Sep 22, 2022
    Copy the full SHA
    2d9890d View commit details
    Browse the repository at this point in the history
  2. Fix licenses

    IvanZosimov committed Sep 22, 2022
    Copy the full SHA
    2fb9745 View commit details
    Browse the repository at this point in the history
  3. Rebuild action

    IvanZosimov committed Sep 22, 2022
    Copy the full SHA
    cf1d9cb View commit details
    Browse the repository at this point in the history
  4. Refactor code

    IvanZosimov committed Sep 22, 2022
    Copy the full SHA
    1a2e629 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    IvanZosimov committed Sep 22, 2022
    Copy the full SHA
    981df77 View commit details
    Browse the repository at this point in the history
  6. Fix unit-tests

    IvanZosimov committed Sep 22, 2022
    Copy the full SHA
    ea199fb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Merge branch 'main' into ADRdotnet

    IvanZosimov committed Sep 26, 2022
    Copy the full SHA
    890cbe1 View commit details
    Browse the repository at this point in the history
  2. Fix review points, update getLatestVersion()

    IvanZosimov committed Sep 26, 2022
    Copy the full SHA
    e81f3ce View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Update note in README.md

    IvanZosimov committed Sep 27, 2022
    Copy the full SHA
    a731a34 View commit details
    Browse the repository at this point in the history