From 87a6ced2b935ba4329118c56a93c72f726a05c76 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Wed, 14 Jul 2021 17:04:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5e0a97f73..92d765b8c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( **For .NET 6 Optional workloads** +We strongly recommend using `--skip-manifest-update` with `dotnet workload install` as otherwise you could pick up a random build of various workloads as we'll automatically update to the newest one available on the feed. + ```