We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a desire to add an on-demand pipeline in dotnet/runtime to run diagnostic tests (particularly SOS tests) within a runtime PR.
To do this, there's a few changes that we would need in the diagnostics repo to support this:
eng/pipelines/build.yml
The rest of the work can be done in the runtime repository to pull in the diagnostics repo YML as necessary to author the pipeline.
cc: @max-charlamb
The text was updated successfully, but these errors were encountered:
cc @hoyosjs @mikem8361
Sorry, something went wrong.
No branches or pull requests
There's a desire to add an on-demand pipeline in dotnet/runtime to run diagnostic tests (particularly SOS tests) within a runtime PR.
To do this, there's a few changes that we would need in the diagnostics repo to support this:
eng/pipelines/build.yml
.The rest of the work can be done in the runtime repository to pull in the diagnostics repo YML as necessary to author the pipeline.
cc: @max-charlamb
The text was updated successfully, but these errors were encountered: