Skip to content

Commit ef2b8ab

Browse files
gep13RichiCoder1
authored andcommitted
(chocolatey#172) Change installation source for GitVersion
- Temporarily use the hooky installation source for GitVersion which comes from my MyGet feed - This has the result of Pull Request GitTools/GitVersion#262
1 parent a7244ea commit ef2b8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildScripts/default.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Task -Name __InstallGitVersion -Depends __InstallChocolatey -Description $privat
176176

177177
if (-not (Test-Path $gitVersionExe)) {
178178
exec {
179-
Invoke-Expression "$choco install GitVersion.Portable";
179+
Invoke-Expression "$choco install GitVersion.Portable -source https://www.myget.org/F/gep13/ -pre";
180180
}
181181
} else {
182182
Write-Host "GitVersion.Portable already installed";

0 commit comments

Comments
 (0)