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 ability to write resolved version of SDK into the output variable #324

Merged
merged 22 commits into from Sep 29, 2022

Commits on Sep 27, 2022

  1. Implement dotnet-version output

    IvanZosimov committed Sep 27, 2022
    Copy the full SHA
    a77dbf0 View commit details
    Browse the repository at this point in the history
  2. Add e2e test for the dotnet-version output

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

    IvanZosimov committed Sep 27, 2022
    Copy the full SHA
    f2b7c18 View commit details
    Browse the repository at this point in the history
  4. Fix review points

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

Commits on Sep 28, 2022

  1. Add unit-tests

    IvanZosimov committed Sep 28, 2022
    Copy the full SHA
    68d994c View commit details
    Browse the repository at this point in the history
  2. Fix unit-tests

    IvanZosimov committed Sep 28, 2022
    Copy the full SHA
    92ff810 View commit details
    Browse the repository at this point in the history
  3. Fix typo in the unit-test

    IvanZosimov committed Sep 28, 2022
    Copy the full SHA
    12c47be View commit details
    Browse the repository at this point in the history
  4. Change logic of outputting when global.json is used

    IvanZosimov committed Sep 28, 2022
    Copy the full SHA
    75d47e0 View commit details
    Browse the repository at this point in the history
  5. Refactor code

    IvanZosimov committed Sep 28, 2022
    Copy the full SHA
    b74b8e0 View commit details
    Browse the repository at this point in the history
  6. Add unit-test

    IvanZosimov committed Sep 28, 2022
    Copy the full SHA
    1d0f2c6 View commit details
    Browse the repository at this point in the history
  7. Fix unit-test

    IvanZosimov committed Sep 28, 2022
    Copy the full SHA
    1717505 View commit details
    Browse the repository at this point in the history
  8. Update documentation

    IvanZosimov committed Sep 28, 2022
    Copy the full SHA
    9a0437f View commit details
    Browse the repository at this point in the history
  9. Fix typo in the documentation

    IvanZosimov committed Sep 28, 2022
    Copy the full SHA
    3fa46bb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Change logic for getting the installed version

    IvanZosimov committed Sep 29, 2022
    Copy the full SHA
    168eb53 View commit details
    Browse the repository at this point in the history
  2. Fix wrong path

    IvanZosimov committed Sep 29, 2022
    Copy the full SHA
    eb389a2 View commit details
    Browse the repository at this point in the history
  3. Fix logic

    IvanZosimov committed Sep 29, 2022
    Copy the full SHA
    57ce9fe View commit details
    Browse the repository at this point in the history
  4. Fix inconsistency withing scriptArguments

    IvanZosimov committed Sep 29, 2022
    Copy the full SHA
    40d37ff View commit details
    Browse the repository at this point in the history
  5. Fix issue with quotes

    IvanZosimov committed Sep 29, 2022
    Copy the full SHA
    cd706db View commit details
    Browse the repository at this point in the history
  6. Fix issue with quotes

    IvanZosimov committed Sep 29, 2022
    Copy the full SHA
    72e061a View commit details
    Browse the repository at this point in the history
  7. Fix issue with quotes

    IvanZosimov committed Sep 29, 2022
    Copy the full SHA
    f64af7f View commit details
    Browse the repository at this point in the history
  8. Fix issue with quotes

    IvanZosimov committed Sep 29, 2022
    Copy the full SHA
    4d8de26 View commit details
    Browse the repository at this point in the history
  9. Fix version satisfying logic

    IvanZosimov committed Sep 29, 2022
    Copy the full SHA
    855515f View commit details
    Browse the repository at this point in the history