Skip to content

Commit

Permalink
add netcore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twsouthwick committed Apr 14, 2017
1 parent 0b609d4 commit 0d97065
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 @@ -16,6 +16,7 @@ after_build:
- ps: .\build\SignPackage.ps1

test_script:
- dotnet vstest /logger:Appveyor DocumentFormat.OpenXml.Tests.dll
- vstest.console.exe /logger:Appveyor DocumentFormat.OpenXml.Tests\bin\Release\netcoreapp1.0\DocumentFormat.OpenXml.Tests.dll /Framework:FrameworkCore10
- vstest.console.exe /logger:Appveyor DocumentFormat.OpenXml.Tests\bin\Release\net46\DocumentFormat.OpenXml.Tests.dll /Framework:Framework45
- vstest.console.exe /logger:Appveyor DocumentFormat.OpenXml.Tests\bin\Release\net452\DocumentFormat.OpenXml.Tests.dll /Framework:Framework45
Expand Down

0 comments on commit 0d97065

Please sign in to comment.