Skip to content

Commit

Permalink
Added tools config
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jul 4, 2019
1 parent 8204dc7 commit 25bbe20
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": 1,
"isRoot": true,
"tools": {
"nukeeper": {
"version": "0.24.0",
"commands": [
"nukeeper"
]
},
"dotnet-outdated": {
"version": "2.3.0",
"commands": [
"dotnet-outdated"
]
},
"cake.tool": {
"version": "0.33.0",
"commands": [
"dotnet-cake"
]
},
"gitversion.tool": {
"version": "5.0.0-beta4-9",
"commands": [
"dotnet-gitversion"
]
},
"dotnet-reportgenerator-globaltool": {
"version": "4.2.5",
"commands": [
"reportgenerator"
]
},
"nuke.globaltool": {
"version": "0.20.1",
"commands": [
"nuke"
]
}
}
}

0 comments on commit 25bbe20

Please sign in to comment.