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

RemoteExecutor: support single file and NativeAOT #11460

Closed
wants to merge 7 commits into from

Commits on Nov 4, 2022

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

Commits on Nov 7, 2022

  1. Remove single file tests

    AustinWise committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    589a45a View commit details
    Browse the repository at this point in the history
  2. Use IsSingleFile() instead of string.IsNullOrEmpty

    Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
    AustinWise and akoeplinger committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    d3fe974 View commit details
    Browse the repository at this point in the history
  3. Use Path instead of re-reading the assembly location each time

    Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
    AustinWise and akoeplinger committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    c7a3bdf View commit details
    Browse the repository at this point in the history
  4. Switch the name of the remote executor env var

    Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
    AustinWise and akoeplinger committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    5fd4dbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0f00a4 View commit details
    Browse the repository at this point in the history
  6. Remove unneeded warning supression

    Now that the single file test runner is not included in this repo, these are not needed to successfully publish the Nuget package.
    AustinWise committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0abc736 View commit details
    Browse the repository at this point in the history