Skip to content

Commit

Permalink
Update dotnet-restore.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Feb 21, 2025
1 parent 6173c85 commit 6ee661b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ In most cases, you don't need to explicitly use the `dotnet restore` command, si
Sometimes, it might be inconvenient to run the implicit NuGet restore with these commands. For example, some automated systems, such as build systems, need to call `dotnet restore` explicitly to control when the restore occurs so that they can control network usage. To prevent the implicit NuGet restore, you can use the `--no-restore` flag with any of these commands.

> [!NOTE]
> Signed package verification during restore operations requires a certificate root store that is valid for both code signing and timestamping. For more inforomation, see [NuGet signed package verification](nuget-signed-package-verification.md).
> Signed package verification during restore operations requires a certificate root store that is valid for both code signing and timestamping. For more information, see [NuGet signed package verification](nuget-signed-package-verification.md).
### Specify feeds

Expand Down

0 comments on commit 6ee661b

Please sign in to comment.