diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index e317999d8..84f87fa60 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -171,7 +171,12 @@ }, { "name": "vstest", - "defaultRemote": "https://github.com/microsoft/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/**/*" + ] }, { "name": "xdt",