File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ SET VERSION=
11
11
12
12
IF NOT [%2 ]== [] (set VERSION=" %~2 " )
13
13
14
- echo Installing FAKE
15
- " Source\.nuget\NuGet.exe" " install" " FAKE" " -OutputDirectory" " Source\packages" " -Version" " 1.64.5"
14
+ SET FAKE_VERSION = 1.64.10
16
15
17
- " Source\packages\FAKE.1.64.5\tools\Fake.exe" " build.fsx" " target=%TARGET% " %VERSION%
16
+ echo Installing FAKE %FAKE_VERSION%
17
+ " Source\.nuget\NuGet.exe" " install" " FAKE" " -OutputDirectory" " Source\packages" " -Version" " %FAKE_VERSION% "
18
+
19
+ " Source\packages\FAKE.%FAKE_VERSION% \tools\Fake.exe" " build.fsx" " target=%TARGET% " %VERSION%
18
20
19
21
rem Bail if we're running a TeamCity build.
20
22
if defined TEAMCITY_PROJECT_NAME goto Quit
Original file line number Diff line number Diff line change 1
- #I @" Source\packages\Fake.1.64.5 \tools"
1
+ #I @" Source\packages\Fake.1.64.10 \tools"
2
2
#r " FakeLib.dll"
3
3
4
4
open Fake
You can’t perform that action at this time.
0 commit comments