Add VMR exclusion for non-OSS VS specific license (#17216)
This commit is contained in:
parent
ec2c1ec1b1
commit
7b97b44e4d
1 changed files with 5 additions and 1 deletions
|
@ -172,7 +172,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "vstest",
|
"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",
|
"name": "xdt",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue