Use FAKE 2.2 for build

This commit is contained in:
Steffen Forkmann
2013-11-22 14:41:13 -08:00
parent 0d5db99c6a
commit 6949f9a27e
2 changed files with 2 additions and 13 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ if (Test-Path tools\FAKE.Core\tools\Fake.exe) {
else {
Write-Output "Installing FAKE..."
Write-Output ""
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease"
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.2.0"
}
Write-Output "Building Octokit..."