mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-01-19 23:01:43 +07:00
20 lines
511 B
JSON
20 lines
511 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "dotnet-format",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^\\s*(.*)\\((\\d+),(\\d+)\\):\\s+(error|warning|info)\\s+:\\s+(.*)\\s+\\[(.+)\\]$",
|
|
"file": 1,
|
|
"line": 2,
|
|
"column": 3,
|
|
"severity": 4,
|
|
"code": 5,
|
|
"message": 6,
|
|
"fromPath": 7
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|