Skip to content

Commit

Permalink
Use BuildLib 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Jul 12, 2016
1 parent 81bdf4c commit e4aed40
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.25.4 (
IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.28.0 (
RD /S/Q %PACKAGEPATH%FAKE
%NUGET% install FAKE -Version 4.25.4 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE\Ver_4.25.4
%NUGET% install FAKE -Version 4.28.0 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE\Ver_4.28.0
)

IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.5 (
IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.6 (
RD /S/Q %PACKAGEPATH%FAKE.BuildLib
%NUGET% install FAKE.BuildLib -Version 0.3.5 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.5
%NUGET% install FAKE.BuildLib -Version 0.3.6 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.6
)

set encoding=utf-8
Expand Down

0 comments on commit e4aed40

Please sign in to comment.