mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-27 05:43:06 +07:00
e987c38e7c
We changed the console logger's output to separate the outputted properties and the file path with a ">" symbol.
19 lines
508 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|