File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ SET PACKAGEPATH=.\packages\
66SET NUGET = .\tools\nuget\NuGet.exe
77SET NUGETOPTIONS = -ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion
88
9- IF NOT EXIST %PACKAGEPATH% FAKE\Ver_4.23.0 (
9+ IF NOT EXIST %PACKAGEPATH% FAKE\Ver_4.25.4 (
1010 RD /S/Q %PACKAGEPATH% FAKE
11- %NUGET% install FAKE -Version 4.23.0 %NUGETOPTIONS%
12- COPY NUL %PACKAGEPATH% FAKE\Ver_4.23.0
11+ %NUGET% install FAKE -Version 4.25.4 %NUGETOPTIONS%
12+ COPY NUL %PACKAGEPATH% FAKE\Ver_4.25.4
1313)
1414
15- IF NOT EXIST %PACKAGEPATH% FAKE.BuildLib\Ver_0.1.8 (
15+ IF NOT EXIST %PACKAGEPATH% FAKE.BuildLib\Ver_0.3.5 (
1616 RD /S/Q %PACKAGEPATH% FAKE.BuildLib
17- %NUGET% install FAKE.BuildLib -Version 0.1.8 %NUGETOPTIONS%
18- COPY NUL %PACKAGEPATH% FAKE.BuildLib\Ver_0.1.8
17+ %NUGET% install FAKE.BuildLib -Version 0.3.5 %NUGETOPTIONS%
18+ COPY NUL %PACKAGEPATH% FAKE.BuildLib\Ver_0.3.5
1919)
2020
2121set encoding = utf-8
You can’t perform that action at this time.
0 commit comments