From 12d275ee581d1f2fc3ca53022ad9345679a83967 Mon Sep 17 00:00:00 2001 From: Pikabanga Date: Tue, 21 Apr 2020 15:24:32 +0200 Subject: [PATCH] Update dotnet-restore.md According to https://github.com/NuGet/Home/issues/3116#issuecomment-586117187 --no-cache actually doesn't ignore packages folders, but only caches HTTP requests. --- docs/core/tools/dotnet-restore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-restore.md b/docs/core/tools/dotnet-restore.md index fc637db5e94a7..1326a8ce2441b 100644 --- a/docs/core/tools/dotnet-restore.md +++ b/docs/core/tools/dotnet-restore.md @@ -114,7 +114,7 @@ Sometimes, it might be inconvenient to run `dotnet restore` implicitly. For exam - **`--no-cache`** - Specifies to not cache packages and HTTP requests. + Specifies to not cache HTTP requests. - **`--no-dependencies`**