Skip to content

Commit 35636ce

Browse files
committed
swap mono and .net core builds on Appveyor
1 parent a10246b commit 35636ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2.9.2.{build}
22

33
image:
4+
- Ubuntu2004
45
- Visual Studio 2013
56
- Visual Studio 2017
67
- Visual Studio 2022
78
- Ubuntu
8-
- Ubuntu2004
99

1010
skip_tags: true
1111

@@ -28,7 +28,7 @@ for:
2828
only:
2929
- image: Visual Studio 2017
3030
- image: Visual Studio 2022
31-
- image: Ubuntu2004
31+
- image: Ubuntu
3232
before_build:
3333
- dotnet restore XMLUnit.NET.sln
3434
- dotnet --version
@@ -41,7 +41,7 @@ for:
4141

4242
- matrix:
4343
only:
44-
- image: Ubuntu
44+
- image: Ubuntu2004
4545
before_build:
4646
- nuget restore XMLUnit.NET.NetFramework.sln
4747
build_script:

0 commit comments

Comments
 (0)