Skip to content

Commit 4602a6b

Browse files
committed
Changed AppVeyor CI file to restore dotnet tools
1 parent 504f928 commit 4602a6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ install:
1616
(New-Object Net.WebClient).DownloadFile('https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x86.exe', 'rcedit-x86.exe')
1717
1818
$env:PATH="C:\ProgramData\chocolatey\bin;$env:PATH;C:\lazarus;$((Get-ChildItem -Recurse C:\lazarus\fpc\strip.exe).DirectoryName);C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin"
19+
20+
dotnet tool restore
1921
build_script:
2022
- cmd: Build.cmd unstable
2123
test: off

0 commit comments

Comments
 (0)