Skip to content

Commit 918e500

Browse files
authored
Update README.md
1 parent 9beab83 commit 918e500

File tree

1 file changed

+1
-1
lines changed
  • docs/core/testing/snippets/unit-testing-using-mstest/csharp

1 file changed

+1
-1
lines changed

docs/core/testing/snippets/unit-testing-using-mstest/csharp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ dotnet test
2020
`dotnet test` builds both projects and runs all of the configured tests.
2121

2222
**Note:** Starting with .NET Core 2.0 SDK, you don't have to run [`dotnet restore`](../../../../tools/dotnet-restore.md) because it's run implicitly by all commands that require a restore to occur, such as `dotnet new`, `dotnet build` and `dotnet run`.
23-
It's still a valid command in certain scenarios where doing an explicit restore makes sense, such as [continuous integration builds in Azure DevOps Services](/azure/devops/build-release/apps/aspnet/build-aspnet-core) or in build systems that need to explicitly control the time at which the restore occurs.
23+
It's still a valid command in certain scenarios where doing an explicit restore makes sense, such as [continuous integration builds in Azure DevOps Services](/azure/devops/build-release/apps/aspnet/build-aspnet-core) or in build systems that need to explicitly control the time at which the restore occurs.

0 commit comments

Comments
 (0)