-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Run single test using docker image #95436
Comments
If you mean run a single library in a Codespace, use Like |
Oh thanks. Would it make sense to replace |
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsIn docs/workflow/testing/libraries/testing.md it states that
|
|
What do you think of such change in the doc #95557 ? |
Will global |
So what are the recommendations cc @ViktorHofer |
If the machine doesn't have the required (specified in the repo's global.json) SDK installed, use dotnet.cmd/sh, otherwise just use the |
…5557) * Add note about docker in the testing doc (fix dotnet#95436) * Update testing.md
In docs/workflow/testing/libraries/testing.md it states that
dotnet build
should be used to run a single library/test but it doesn't seem to be available in the docker image. Is this scenario supported by the docker image?The text was updated successfully, but these errors were encountered: