Skip to content

Commit

Permalink
(chocolatey-communityGH-28) Add .NET tool config
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 2, 2020
1 parent 22e201a commit 45a31f7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"gitversion.tool": {
"version": "5.5.0",
"commands": [
"dotnet-gitversion"
]
},
"gitreleasemanager.tool": {
"version": "0.11.0",
"commands": [
"dotnet-gitreleasemanager"
]
}
}
}
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if ($Bootstrap.IsPresent) {
}
Import-Module -Name PSDepend -Verbose:$false
Invoke-PSDepend -Path './requirements.psd1' -Install -Import -Force -WarningAction SilentlyContinue
dotnet tool restore
}

# Execute psake task(s)
Expand Down

0 comments on commit 45a31f7

Please sign in to comment.