Skip to content

Commit

Permalink
(GH-267) Remove custom source for installing GitVersioN
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Apr 16, 2016
1 parent 953ac98 commit 23a8a71
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 @@ -358,7 +358,7 @@ Task -Name __InstallGitVersion -Depends __InstallChocolatey -Description $privat

if (-not (Test-Path $gitVersionExe)) {
exec {
Invoke-Expression "$script:chocolateyCommand install GitVersion.Portable -pre -y -source https://www.myget.org/F/gep13/";
Invoke-Expression "$script:chocolateyCommand install GitVersion.Portable -y";
}
} else {
Write-Output "GitVersion.Portable already installed";
Expand Down

0 comments on commit 23a8a71

Please sign in to comment.