Skip to content

Commit 4e04d43

Browse files
committed
give up mono builds on AppVeyor
1 parent c9aeee9 commit 4e04d43

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ image:
55
- Visual Studio 2013
66
- Visual Studio 2017
77
- Visual Studio 2022
8-
- Ubuntu
98

109
skip_tags: true
1110

@@ -28,7 +27,7 @@ for:
2827
only:
2928
- image: Visual Studio 2017
3029
- image: Visual Studio 2022
31-
- image: Ubuntu
30+
- image: Ubuntu2004
3231
before_build:
3332
- dotnet restore XMLUnit.NET.sln
3433
- dotnet --version
@@ -39,18 +38,6 @@ for:
3938
- dotnet test src/tests/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.Test.csproj
4039
- dotnet test src/tests/net-placeholders/XMLUnit.Placeholders.Tests.csproj
4140

42-
- matrix:
43-
only:
44-
- image: Ubuntu2004
45-
cache:
46-
- packages -> **/packages.config
47-
before_build:
48-
- sudo apt update
49-
- sudo apt upgrade --yes
50-
- nuget restore -DisableParallelProcessing -verbosity detailed XMLUnit.NET.NetFramework.sln
51-
build_script:
52-
- xbuild XMLUnit.NET.NetFramework.sln
53-
5441
install:
5542
- cmd: git submodule update --init
5643
- sh: git submodule update --init

0 commit comments

Comments
 (0)