Skip to content

Instantly share code, notes, and snippets.

@aidangarnish
Last active August 10, 2021 10:29
Show Gist options
  • Save aidangarnish/50286948945ef9a340c99f66879a0ce0 to your computer and use it in GitHub Desktop.
Save aidangarnish/50286948945ef9a340c99f66879a0ce0 to your computer and use it in GitHub Desktop.
- task: VSTest@2
displayName: 'VsTest - Integration Tests'
inputs:
testAssemblyVer2: |
**\MyNamespace.IntegrationTests.dll
!**\*xunit.runner*.dll
!**\obj\**
codeCoverageEnabled: true
diagnosticsEnabled: true
rerunFailedTests: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment