diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4663d57..e77adb9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,7 +72,7 @@ jobs: displayName: 'Run tests' inputs: testSelector: 'testAssemblies' - testAssemblyVer2: '$(Pipeline.Workspace)\**\net5.0\PresentationBase.Tests.dll' + testAssemblyVer2: '$(Pipeline.Workspace)\**\net5.0-windows\PresentationBase.Tests.dll' searchFolder: '$(System.DefaultWorkingDirectory)' runTestsInIsolation: true codeCoverageEnabled: true