mirror of
https://github.com/ditkrg/DIT.Workflower.git
synced 2026-01-25 15:22:56 +00:00
Add tools for code-coverage
This commit is contained in:
18
.config/dotnet-tools.json
Normal file
18
.config/dotnet-tools.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"dotnet-sonarscanner": {
|
||||
"version": "5.6.0",
|
||||
"commands": [
|
||||
"dotnet-sonarscanner"
|
||||
]
|
||||
},
|
||||
"dotnet-coverage": {
|
||||
"version": "17.3.2",
|
||||
"commands": [
|
||||
"dotnet-coverage"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user