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 28, 2017
1 parent e79a262 commit 9ccf145
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 @@ -23,7 +23,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 9ccf145

Please sign in to comment.