Skip to content

Commit

Permalink
Update paket version in build.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmil committed Feb 12, 2019
1 parent 529c71e commit 53c964b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

if not exist .paket\fake.exe dotnet tool install fake-cli --tool-path .paket
if not exist .paket\paket.exe dotnet tool install paket --tool-path .paket --version 5.193.0
if not exist .paket\paket.exe dotnet tool install paket --tool-path .paket --version 5.196.2
if errorlevel 1 exit /b %errorlevel%

.paket\fake build %*
Expand Down

0 comments on commit 53c964b

Please sign in to comment.