setup-dotnet/.github/csc.json
Lauren Prinn e987c38e7c
Update csc.json
We changed the console logger's output to separate the outputted properties and the file path with a ">" symbol.
2020-06-09 19:11:02 -04:00

19 lines
508 B
JSON

{
"problemMatcher": [
{
"owner": "csc",
"pattern": [
{
"regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[([^>]+).*\\]$",
"file": 1,
"line": 2,
"severity": 3,
"code": 4,
"message": 5,
"fromPath": 6
}
]
}
]
}