setup-dotnet/.github/csc.json
Chris Patterson d9c317d9d5 Revert "Fixed matcher regex"
This reverts commit c61e78b585.
2019-10-10 14:51:48 -04:00

17 lines
459 B
JSON

{
"problemMatcher": [
{
"owner": "csc",
"pattern": [
{
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$",
"file": 1,
"location": 2,
"severity": 3,
"code": 4,
"message": 5
}
]
}
]
}