Skip to content

Commit

Permalink
Do debug build for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jul 20, 2018
1 parent fd12d95 commit aeddccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build_script:
- dotnet pack --include-symbols --include-source -c Release xscgen
- 7z a -mx=9 XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net45\publish\*"
test_script:
- dotnet build -c Debug
- dotnet tool install --global coverlet.console
- coverlet XmlSchemaClassGenerator.Tests\bin\Debug\netcoreapp2.1\XmlSchemaClassGenerator.Tests.dll --target dotnet --targetargs "test XmlSchemaClassGenerator.Tests\XmlSchemaClassGenerator.Tests.csproj --no-build" --format opencover --output ".\coverage.xml" --exclude "[XmlSampleGenerator]*"
- pip install codecov
Expand Down

0 comments on commit aeddccd

Please sign in to comment.