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

Commit

Permalink
Fixed Azure pipeline for test project
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Nov 11, 2020
1 parent c111478 commit f2587dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2587dd

Please sign in to comment.