Skip to content

Commit cf8fb93

Browse files
committed
chore: Remove XNA 3.1 from AppVeyor build
1 parent e3c12f6 commit cf8fb93

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ cache:
55
- C:\ProgramData\chocolatey\bin -> .appveyor.yml
66
- C:\ProgramData\chocolatey\lib -> .appveyor.yml
77
- 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
118
install:
129
- ps: >-
1310
$ErrorActionPreference = "Stop"
1411
15-
choco install --yes --no-progress lazarus 7zip.portable xunit xna31
12+
choco install --yes --no-progress lazarus 7zip.portable xunit
1613
1714
if ($LASTEXITCODE -ne 0) { throw "Chocolatey failed to install all required packages - use the 're-build' option to try again" }
1815

0 commit comments

Comments
 (0)