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 a10246b commit 35636ceCopy full SHA for 35636ce
appveyor.yml
@@ -1,11 +1,11 @@
1
version: 2.9.2.{build}
2
3
image:
4
+ - Ubuntu2004
5
- Visual Studio 2013
6
- Visual Studio 2017
7
- Visual Studio 2022
8
- Ubuntu
- - Ubuntu2004
9
10
skip_tags: true
11
@@ -28,7 +28,7 @@ for:
28
only:
29
- image: Visual Studio 2017
30
- image: Visual Studio 2022
31
- - image: Ubuntu2004
+ - image: Ubuntu
32
before_build:
33
- dotnet restore XMLUnit.NET.sln
34
- dotnet --version
@@ -41,7 +41,7 @@ for:
41
42
- matrix:
43
44
- - image: Ubuntu
+ - image: Ubuntu2004
45
46
- nuget restore XMLUnit.NET.NetFramework.sln
47
build_script:
0 commit comments