diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 31cab68..c09a9d9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,7 @@ steps: displayName: 'Unit Tests' inputs: testAssemblyVer2: | - **\$(BuildConfiguration)\*Tests.dll + **\$(BuildConfiguration)\**\*Tests.dll !**\obj\** codeCoverageEnabled: true