Merge pull request #384 from NextTurn/config

Add Debug configuration
pull/397/head
Oleg Nenashev 2020-02-05 12:47:27 -05:00 committed by GitHub
commit 507674fbc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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:
@ -28,9 +30,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