Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit c50dea9

Browse files
committed
project: Update AppVeyor to use nuget gitlink.
1 parent 5ae9929 commit c50dea9

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
@@ -21,7 +21,8 @@ environment:
2121

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

2627
before_build:
2728
# Backup platform so it is not affected by vcvars

0 commit comments

Comments
 (0)