Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 86471ab

Browse files
committed
Make the testAssemblyVer2 pattern even more explicit
1 parent 4b605e4 commit 86471ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
displayName: 'Run tests'
7373
inputs:
7474
testSelector: 'testAssemblies'
75-
testAssemblyVer2: '$(Pipeline.Workspace)\**\bin\**\PresentationBase.Core.Tests.dll'
75+
testAssemblyVer2: '$(Pipeline.Workspace)\**\net5.0\PresentationBase.Core.Tests.dll'
7676
searchFolder: '$(System.DefaultWorkingDirectory)'
7777
runTestsInIsolation: true
7878
codeCoverageEnabled: true

0 commit comments

Comments
 (0)