Use latest FAKE version 2.18.1

This commit is contained in:
Steffen Forkmann
2014-06-16 11:53:37 +02:00
parent ee062e0c30
commit 15cee0a19e
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ if ($Clean) {
Write-Output "Installing FAKE..."
Write-Output ""
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.15.2"
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.18.1"
Write-Output "Building Octokit..."
Write-Output ""