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

[workload-testing] Misc improvements #99392

Merged
merged 9 commits into from
Mar 8, 2024

Commits on Mar 6, 2024

  1. [workload-testing] Use PackageDownload instead of PackageReference

    .. to get manifest, and workload pack nugets. The task does not need
    these to be references as it essentially just copies files from the
    restored location to the sdk. But using `PackageDownload` allows
    packages with `PackageType=DotnetPlatform` to work too, which is most
    manifest nugets.
    radical committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f079bfe View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    2a665d4 View commit details
    Browse the repository at this point in the history
  2. Add support for emitting packageSourceMappings in nuget.config, which…

    … is useful when using Central Package Management
    radical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    fff35b8 View commit details
    Browse the repository at this point in the history
  3. cleanup

    radical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d07c3f6 View commit details
    Browse the repository at this point in the history
  4. [workload-testing] Add PackageSourceNameForBuiltPackages property tha…

    …t defaults to nuget-local
    radical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    0ff9c23 View commit details
    Browse the repository at this point in the history
  5. Extract the nuget.config patch method into a separate task

    `PatchNuGetConfig`
    
    This would be useful in generating similar files for running tests.
    radical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    512f1ab View commit details
    Browse the repository at this point in the history
  6. fix trimmer tests build

    radical committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    589b37c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update src/mono/nuget/Microsoft.NET.Runtime.WorkloadTesting.Internal/…

    …README.md
    
    Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
    radical and ilonatommy committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8d12e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad245c4 View commit details
    Browse the repository at this point in the history