Using FAKE 2.6.0

This commit is contained in:
Steffen Forkmann
2014-01-20 14:06:37 +01:00
parent ad987cd6f4
commit b60550046a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@echo off
"tools\nuget\nuget.exe" "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "2.4.1"
"tools\nuget\nuget.exe" "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "2.6.0"
:Build
cls
+1 -1
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.4.1"
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.6.0"
Write-Output "Building Octokit..."
Write-Output ""