diff --git a/docs/core/testing/unit-testing-code-coverage.md b/docs/core/testing/unit-testing-code-coverage.md index 26944792ae105..aaf30b096e91a 100644 --- a/docs/core/testing/unit-testing-code-coverage.md +++ b/docs/core/testing/unit-testing-code-coverage.md @@ -149,7 +149,7 @@ dotnet sln XUnit.Coverage.sln add (ls **/*.csproj) --in-root Build the solution using the [`dotnet build`](../tools/dotnet-build.md) command: ```dotnetcli -dotnet build +dotnet build XUnit.Coverage.sln ``` If the build is successful, you've created the three projects, appropriately referenced projects and packages, and updated the source code correctly. Well done!