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 504f928 commit 4602a6bCopy full SHA for 4602a6b
.appveyor.yml
@@ -16,6 +16,8 @@ install:
16
(New-Object Net.WebClient).DownloadFile('https://github.com/electron/rcedit/releases/download/v1.1.1/rcedit-x86.exe', 'rcedit-x86.exe')
17
18
$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
21
build_script:
22
- cmd: Build.cmd unstable
23
test: off
0 commit comments