We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21a545 commit 9da13f1Copy full SHA for 9da13f1
SMP/appveyor.yml
@@ -23,7 +23,8 @@ environment:
23
24
install:
25
# Install GitLink
26
-- cmd: choco install gitlink --version 2.4.1
+- cmd: nuget install gitlink -Version 2.4.0
27
+- cmd: for /f "tokens=*" %%f in ('dir /s /b gitlink.exe') do copy /b %%f .\
28
29
before_build:
30
# Backup platform so it is not affected by vcvars
0 commit comments