Skip to content

Commit

Permalink
Fix CI test failures caused by MSTest v17.6 (#4283)
Browse files Browse the repository at this point in the history
Fixes #4282
  • Loading branch information
duncanp-sonar authored Jun 6, 2023
1 parent 5588345 commit e3b87b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
displayName: VsTest - testAssemblies
inputs:
testAssemblyVer2: |
**\$(BuildConfiguration)\**\*test*.dll
**\bin\**\$(BuildConfiguration)\**\sonar*.*tests.dll
!**\obj\**
runInParallel: false
runTestsInIsolation: false
Expand Down

0 comments on commit e3b87b5

Please sign in to comment.