From 68ab8a2a2bae71bf193f22914206db1b9544ba8b Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Fri, 21 Jul 2023 04:08:54 -0500 Subject: [PATCH] Revert "Exclude vstest licenses directory from VMR (#17023)" (#17033) --- src/VirtualMonoRepo/source-mappings.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index 84f87fa600b5..e317999d89a9 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -171,12 +171,7 @@ }, { "name": "vstest", - "defaultRemote": "https://github.com/microsoft/vstest", - "exclude": [ - // These license files are for the nuget packages that vstest produces which include additional files built in - // different repositories and have different licensing. See https://github.com/microsoft/vstest/issues/4574 - "src/package/licenses/**/*" - ] + "defaultRemote": "https://github.com/microsoft/vstest" }, { "name": "xdt",