Skip to content

Commit

Permalink
Path experiments for buid
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Nov 15, 2018
1 parent 407a212 commit 95874eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ steps:
- task: VSTest@2
displayName: Run Unit Tests
inputs:
testAssemblyVer2: '.\bin\*.Tests\$(buildConfiguration)\*\*.Tests.dll'
testAssemblyVer2: '.\bin\**\*.Tests.dll'
configuration: '$(buildConfiguration)'
platform: '$(buildPlatform)'

0 comments on commit 95874eb

Please sign in to comment.