Add VMR exclusion for non-OSS VS specific license (#17228)
This commit is contained in:
parent
38916ede07
commit
bc36d78550
1 changed files with 5 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue