Skip to content

Commit fd1a86e

Browse files
authored
Update README.md
1 parent c6fc03e commit fd1a86e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

samples/snippets/core/testing/unit-testing-using-nunit/csharp/README.md

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

2121
<a name="dotnet-restore-note"></a>
22-
**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`. 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.
22+
**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`. 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)