Using latest FAKE 2.13.1

This commit is contained in:
Steffen Forkmann
2014-04-07 09:55:25 +02:00
parent 20a25d5799
commit 43d0e45159
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.10.0"
"tools\nuget\nuget.exe" "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "2.13.1"
: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.10.0"
.\tools\nuget\nuget.exe "install" "FAKE.Core" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "2.13.1"
Write-Output "Building Octokit..."
Write-Output ""