Fix regex inside json

This commit is contained in:
Archi
2021-06-29 13:16:57 +02:00
parent 9f02bebe4a
commit b36fc74488

View File

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