Skip to content

Commit

Permalink
Update BuildLib 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed May 3, 2016
1 parent 4193591 commit b57ba63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.25.4 (
COPY NUL %PACKAGEPATH%FAKE\Ver_4.25.4
)

IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.0 (
IF NOT EXIST %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.4 (
RD /S/Q %PACKAGEPATH%FAKE.BuildLib
%NUGET% install FAKE.BuildLib -Version 0.3.0 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.0
%NUGET% install FAKE.BuildLib -Version 0.3.4 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE.BuildLib\Ver_0.3.4
)

set encoding=utf-8
Expand Down

0 comments on commit b57ba63

Please sign in to comment.