mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-27 05:43:06 +07:00
d1c07a76e8
Console logger output was changed, so updated the regular expression to match the new output.
19 lines
506 B
JSON
19 lines
506 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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|