Skip to content

Commit c6fc03e

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

File tree

1 file changed

+1
-1
lines changed
  • samples/snippets/core/testing/unit-testing-using-dotnet-test/csharp

1 file changed

+1
-1
lines changed

samples/snippets/core/testing/unit-testing-using-dotnet-test/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`](../../../../../../docs/core/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)