Skip to content

Commit

Permalink
project: Update AppVeyor to use nuget gitlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibras committed Aug 27, 2017
1 parent a6bce88 commit a164656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SMP/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ environment:

install:
# Install GitLink
- cmd: choco install gitlink --version 2.4.1
- cmd: nuget install gitlink -Version 2.4.0
- cmd: for /f "tokens=*" %%f in ('dir /s /b gitlink.exe') do copy /b %%f .\

before_build:
# Backup platform so it is not affected by vcvars
Expand Down

0 comments on commit a164656

Please sign in to comment.