File tree 2 files changed +2
-13
lines changed
2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
2
3
- SET MinimalFAKEVersion = 639
4
- SET FAKEVersion = 1
5
- cls
6
-
7
- if exist tools\FAKE.Core\tools\PatchVersion.txt (
8
- FOR /F " tokens=*" %%i in (tools\FAKE.Core\tools\PatchVersion.txt) DO (SET FAKEVersion=%%i )
9
- )
10
-
11
- if %MinimalFAKEVersion% lss %FAKEVersion% goto Build
12
- if %MinimalFAKEVersion% == %FAKEVersion% goto Build
13
-
14
- " tools\nuget\nuget.exe" " install" " FAKE.Core" " -OutputDirectory" " tools" " -ExcludeVersion" " -Prerelease"
3
+ " tools\nuget\nuget.exe" " install" " FAKE.Core" " -OutputDirectory" " tools" " -ExcludeVersion" " -version" " 2.2.0"
15
4
16
5
:Build
17
6
cls
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ if (Test-Path tools\FAKE.Core\tools\Fake.exe) {
76
76
else {
77
77
Write-Output " Installing FAKE..."
78
78
Write-Output " "
79
- .\tools\nuget\nuget.exe " install" " FAKE.Core" " -OutputDirectory" " tools" " -ExcludeVersion" " -Prerelease "
79
+ .\tools\nuget\nuget.exe " install" " FAKE.Core" " -OutputDirectory" " tools" " -ExcludeVersion" " -Version " " 2.2.0 "
80
80
}
81
81
82
82
Write-Output " Building Octokit..."
You can’t perform that action at this time.
0 commit comments