Group MSTest packages together

As per advice in https://github.com/microsoft/testfx/issues/895#issuecomment-870457008
This commit is contained in:
Archi
2021-06-29 13:15:57 +02:00
parent 6810cbebc8
commit 9f02bebe4a
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,8 @@
},
{
"allowedVersions": "<= 2.2.4",
"matchPackageNames": [ "MSTest.TestAdapter" ]
"groupName": "MSTest packages",
"matchPackagePatterns": ["^MSTest\..+"]
}
]
}