mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 03:51:07 +07:00
17 lines
459 B
JSON
17 lines
459 B
JSON
|
{
|
||
|
"problemMatcher": [
|
||
|
{
|
||
|
"owner": "csc",
|
||
|
"pattern": [
|
||
|
{
|
||
|
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$",
|
||
|
"file": 1,
|
||
|
"location": 2,
|
||
|
"severity": 3,
|
||
|
"code": 4,
|
||
|
"message": 5
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|