Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/testing/unit-testing-code-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down
Loading