Skip to content

Commit 9da13f1

Browse files
committed
project: Update AppVeyor to use nuget gitlink.
1 parent d21a545 commit 9da13f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SMP/appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ environment:
2323

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

2829
before_build:
2930
# Backup platform so it is not affected by vcvars

0 commit comments

Comments
 (0)