From 39ea62a57e337763420847b19c3a8b8e22e753e1 Mon Sep 17 00:00:00 2001 From: Milena Hristova Date: Tue, 10 Jan 2023 16:59:43 +0100 Subject: [PATCH] Exclude NuGet.VisualStudio.Client directory from the VMR (#15232) --- src/VirtualMonoRepo/source-mappings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index 006b53c47..95c8f5f00 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -108,7 +108,10 @@ { "name": "nuget-client", "defaultRemote": "https://github.com/NuGet/NuGet.Client", - "defaultRef": "dev" + "defaultRef": "dev", + "exclude":[ + "src/NuGet.Clients/NuGet.VisualStudio.Client" + ] }, { "name": "razor",