mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-02-03 17:36:42 -05:00
Update csc.json
This commit is contained in:
parent
d9fc1a3671
commit
6f7ce4eb35
1 changed files with 1 additions and 1 deletions
2
.github/csc.json
vendored
2
.github/csc.json
vendored
|
@ -4,7 +4,7 @@
|
|||
"owner": "csc",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^([^\\s].*)\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
|
||||
"regexp": "^([^\\s].*)\\((\\d+)(?:,\\d+|,\\d+,\\d+)?\\):\\s+(error|warning)\\s+([a-zA-Z]+(?<!MSB)\\d+):\\s*(.*?)\\s+\\[(.*?)\\]$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"severity": 3,
|
||||
|
|
Loading…
Reference in a new issue