mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 03:51:07 +07:00
211f0312b0
* Add c# problem matcher * ##[add-matcher]
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |