Skip to content

Instantly share code, notes, and snippets.

@StefH
Last active September 28, 2018 16:13
Show Gist options
  • Save StefH/8ee63b27de4884a655b3e1fdad8dc63a to your computer and use it in GitHub Desktop.
Save StefH/8ee63b27de4884a655b3e1fdad8dc63a to your computer and use it in GitHub Desktop.
# 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