-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. 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.
… is useful when using Central Package Management
…t defaults to nuget-local
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
Tagging subscribers to this area: @directhex Issue Details
|
9 tasks
`PatchNuGetConfig` This would be useful in generating similar files for running tests.
radical
requested review from
maraf,
lewing,
ilonatommy and
akoeplinger
and removed request for
marek-safar and
akoeplinger
March 7, 2024 17:53
This was referenced Mar 7, 2024
ilonatommy
approved these changes
Mar 8, 2024
src/mono/nuget/Microsoft.NET.Runtime.WorkloadTesting.Internal/README.md
Outdated
Show resolved
Hide resolved
…README.md Co-authored-by: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
maraf
approved these changes
Mar 8, 2024
@ilonatommy @maraf thanks for the reviews! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PackageDownload
instead ofPackageReference
.. 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
allowspackages with
PackageType=DotnetPlatform
to work too, which is mostmanifest nugets.
cc @joperezr