Exclude vstest licenses directory from VMR (#17023)

This commit is contained in:
Michael Simons 2023-07-20 03:26:39 -05:00 committed by GitHub
parent ff27e46897
commit ffb1fa4dde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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