Revert "Exclude vstest licenses directory from VMR (#17023)" (#17033)

This commit is contained in:
Michael Simons 2023-07-21 04:08:54 -05:00 committed by GitHub
parent d483f0d528
commit 68ab8a2a2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -171,12 +171,7 @@
}, },
{ {
"name": "vstest", "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", "name": "xdt",