Skip to content

Commit

Permalink
fix azure pipelines test path
Browse files Browse the repository at this point in the history
  • Loading branch information
BetimBeja committed May 6, 2019
1 parent c786ecb commit ba989b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
displayName: 'Unit Tests'
inputs:
testAssemblyVer2: |
**\$(BuildConfiguration)\*Tests.dll
**\$(BuildConfiguration)\**\*Tests.dll
!**\obj\**
codeCoverageEnabled: true
Expand Down

0 comments on commit ba989b0

Please sign in to comment.