Skip to content

Commit 50b0de7

Browse files
committed
skip Release build in CI, try building latest .NET Framework as well
1 parent f6e0b3d commit 50b0de7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ for:
1212
- matrix:
1313
only:
1414
- image: Visual Studio 2013
15+
- image: Visual Studio 2022
1516
before_build:
1617
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v4.9.2/nuget.exe
1718
- appveyor DownloadFile https://raw.githubusercontent.com/appveyor/ci/master/scripts/nuget-restore.cmd
@@ -30,6 +31,7 @@ for:
3031
- image: Ubuntu2004
3132
before_build:
3233
- dotnet restore XMLUnit.NET.sln
34+
- dotnet --version
3335
build:
3436
project: XMLUnit.NET.sln
3537
test_script:
@@ -43,7 +45,6 @@ install:
4345

4446
configuration:
4547
- Debug
46-
- Release
4748

4849
matrix:
4950
fast_finish: true

0 commit comments

Comments
 (0)