Last active
September 28, 2018 16:13
-
-
Save StefH/8ee63b27de4884a655b3e1fdad8dc63a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build source, tests and run tests netcoreapp2.1 (with coverage) | |
- script: | | |
dotnet test project.csproj --logger trx /p:CollectCoverage=true /p:CoverletOutputFormat=opencover |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment