Skip to content

Commit 9d163ff

Browse files
committed
fixate paket to 2.40.4 because 2.40.5 has a build action bug that breaks our build
1 parent 5f567f3 commit 9d163ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
22

3-
.paket\paket.bootstrapper.exe
3+
.paket\paket.bootstrapper.exe 2.40.4
44
if errorlevel 1 (
55
exit /b %errorlevel%
66
)
@@ -26,4 +26,4 @@ IF /I "%1%"=="integrate" (
2626
shift
2727
shift
2828

29-
"packages\build\FAKE\tools\Fake.exe" "build\\scripts\\Targets.fsx" "target=%TARGET%" "version=%VERSION%" esversions=%ESVERSIONS%
29+
"packages\build\FAKE\tools\Fake.exe" "build\\scripts\\Targets.fsx" "target=%TARGET%" "version=%VERSION%" esversions=%ESVERSIONS%

0 commit comments

Comments
 (0)