Skip to content

Commit

Permalink
Update BuildLib 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Apr 23, 2016
1 parent f031295 commit 5927a61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ SET PACKAGEPATH=.\packages\
SET NUGET=.\tools\nuget\NuGet.exe
SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion

IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.23.0 (
IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.25.4 (
RD /S/Q %PACKAGEPATH%FAKE
%NUGET% install FAKE -Version 4.23.0 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE\Ver_4.23.0
%NUGET% install FAKE -Version 4.25.4 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE\Ver_4.25.4
)

IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.2.5 (
IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.2.7 (
RD /S/Q %PACKAGEPATH%FAKE.BuildLib
%NUGET% install FAKE.BuildLib -Version 0.2.5 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.2.5
%NUGET% install FAKE.BuildLib -Version 0.2.7 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.2.7
)

set encoding=utf-8
Expand Down

0 comments on commit 5927a61

Please sign in to comment.