Add VMR exclusion for non-OSS VS specific license (#17228)

This commit is contained in:
Michael Simons 2023-08-21 09:35:14 -05:00 committed by GitHub
parent 38916ede07
commit bc36d78550
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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