setup-dotnet/.github/csc.json
Lauren Prinn 9121302136
Update csc.json
Fixed escape characters
2020-06-09 17:23:26 -04:00

19 lines
524 B
JSON

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