Exclude vstest licenses directory from VMR (#17023)
This commit is contained in:
parent
ff27e46897
commit
ffb1fa4dde
1 changed files with 6 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue