From bc36d785503b3bfb49352dbb6d2a14b9908e1ddc Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Mon, 21 Aug 2023 09:35:14 -0500 Subject: [PATCH] Add VMR exclusion for non-OSS VS specific license (#17228) --- src/VirtualMonoRepo/source-mappings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index 5b70dbbbd..90f043b6e 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -172,7 +172,11 @@ }, { "name": "vstest", - "defaultRemote": "https://github.com/microsoft/vstest" + "defaultRemote": "https://github.com/microsoft/vstest", + "exclude": [ + // Non-OSS license used in VS specific build configurations. + "src/package/licenses/LICENSE_VS.txt" + ] }, { "name": "xdt",