diff --git a/azure-pipeline.yml b/azure-pipeline.yml index e1276c93..c3bb53a2 100644 --- a/azure-pipeline.yml +++ b/azure-pipeline.yml @@ -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)'