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 e3c12f6 commit cf8fb93Copy full SHA for cf8fb93
.appveyor.yml
@@ -5,14 +5,11 @@ cache:
5
- C:\ProgramData\chocolatey\bin -> .appveyor.yml
6
- C:\ProgramData\chocolatey\lib -> .appveyor.yml
7
- C:\lazarus -> .appveyor.yml
8
- - C:\Program Files (x86)\Common Files\Microsoft Shared\XNA -> .appveyor.yml
9
- - C:\Windows\assembly\GAC_32\Microsoft.Xna.Framework -> .appveyor.yml
10
- - C:\Windows\assembly\GAC_32\Microsoft.Xna.Framework.Game -> .appveyor.yml
11
install:
12
- ps: >-
13
$ErrorActionPreference = "Stop"
14
15
- choco install --yes --no-progress lazarus 7zip.portable xunit xna31
+ choco install --yes --no-progress lazarus 7zip.portable xunit
16
17
if ($LASTEXITCODE -ne 0) { throw "Chocolatey failed to install all required packages - use the 're-build' option to try again" }
18
0 commit comments