Skip to content

Commit

Permalink
Be more specific when selecting the test dll.
Browse files Browse the repository at this point in the history
  • Loading branch information
grokys committed Aug 2, 2024
1 parent 62f28ec commit ce265b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- task: VSTest@2
displayName: 'Run Integration Tests'
inputs:
testAssemblyVer2: '**/Avalonia.IntegrationTests.Appium.dll'
testAssemblyVer2: '**\bin\**\Avalonia.IntegrationTests.Appium.dll'
runSettingsFile: 'tests\Avalonia.IntegrationTests.Appium\record-video.runsettings'

- task: PublishTestResults@2
Expand Down

0 comments on commit ce265b7

Please sign in to comment.