mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-05 22:47:10 +00:00
Using correct msCompile regex
This commit is contained in:
parent
d9c317d9d5
commit
b90f08a647
1 changed files with 2 additions and 2 deletions
4
.github/csc.json
vendored
4
.github/csc.json
vendored
|
|
@ -4,7 +4,7 @@
|
|||
"owner": "csc",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(error|warning|info)\\s+(CS\\d+)\\s*:\\s*(.*)$",
|
||||
"regexp": "^(?:\\s+\\d+\\>)?([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\)\\s*:\\s+(error|warning|info)\\s+(\\w{1,2}\\d+)\\s*:\\s*(.*)$
|
||||
"file": 1,
|
||||
"location": 2,
|
||||
"severity": 3,
|
||||
|
|
@ -14,4 +14,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue