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",