Use FAKE 2.8.0

This commit is contained in:
Steffen Forkmann
2014-02-02 16:39:13 +01:00
parent 6310940562
commit 9fe78c5ed6
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.6.0"
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.8.0"
Write-Output "Building Octokit..."
Write-Output ""