mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-18 06:35:09 +00:00
17 lines
447 B
JSON
17 lines
447 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "msbuild",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^\\s].*)\\s+:\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
|
|
"file": 1,
|
|
"severity": 2,
|
|
"code": 3,
|
|
"message": 4,
|
|
"fromPath": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |