From 70f23abe795745ebb21e51ea6e0faf8c6a5098de Mon Sep 17 00:00:00 2001 From: NextTurn <45985406+NextTurn@users.noreply.github.com> Date: Wed, 2 Oct 2019 00:00:00 +0800 Subject: [PATCH] Add Debug configuration --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 9c43fb4..9a42c5b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,9 @@ skip_branch_with_pr: true # Project configuration image: Visual Studio 2019 # platform: Any CPU -configuration: Release +configuration: + - Debug + - Release # Automatically register private account and/or project AppVeyor NuGet feeds. nuget: @@ -33,9 +35,7 @@ after_build: - ps: nuget pack WinSW.nuspec -Version $env:APPVEYOR_BUILD_VERSION test_script: - - dotnet.exe test -f net40 --no-build src\Test\winswTests\winswTests.csproj - - dotnet.exe test -f net461 --no-build src\Test\winswTests\winswTests.csproj - - dotnet.exe test -f netcoreapp3.1 --no-build src\Test\winswTests\winswTests.csproj + - dotnet.exe test --no-build src\Test\winswTests\winswTests.csproj artifacts: - path: artifacts\WinSW.NET2.exe