Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
* hotfix:
  (build) Use pre version of gitversion
  • Loading branch information
gep13 committed Feb 28, 2015
2 parents 7a3ca25 + 28067e1 commit bcc3136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildScripts/default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Task -Name __InstallGitVersion -Depends __InstallChocolatey -Description $privat

if (-not (Test-Path $gitVersionExe)) {
exec {
Invoke-Expression "$choco install GitVersion.Portable";
Invoke-Expression "$choco install GitVersion.Portable -pre";
}
} else {
Write-Host "GitVersion.Portable already installed";
Expand Down

0 comments on commit bcc3136

Please sign in to comment.