Skip to content

Commit c2a7b75

Browse files
committed
try building with mono on Ubuntu
1 parent ba667b7 commit c2a7b75

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ for:
3838
- dotnet test src/tests/net-constraints-nunit3/XMLUnit.NUnit3.Constraints.Test.csproj
3939
- dotnet test src/tests/net-placeholders/XMLUnit.Placeholders.Tests.csproj
4040

41+
- matrix:
42+
only:
43+
- image: Ubuntu2004
44+
build_script:
45+
- xbuild XMLUnit.NET.NetFramework.sln
46+
4147
install:
4248
- cmd: git submodule update --init
4349
- sh: git submodule update --init

0 commit comments

Comments
 (0)