try full path

This commit is contained in:
seraphima
2024-01-31 18:43:43 +01:00
parent ea16192bc8
commit ce895e74b3

View File

@@ -43,7 +43,7 @@ jobs:
filePath: $(build.sourcesdirectory)\.pipelines\scripts\runUiTests.ps1
arguments: >-
-SearchFolder '$(Build.ArtifactStagingDirectory)\x64\**\UITests-FancyZonesEditor.dll'
-VsConsolePath '$(Agent.ToolsDirectory)\VsTest\**'
-VsConsolePath '$(Agent.ToolsDirectory)\VsTest\17.10.0-preview-24080-01\x64\tools\net462\Common7\IDE\Extensions\TestPlatform'
-MatchPattern '**\UITests-*.dll'
-LogPath '$(Build.ArtifactStagingDirectory)\Logs'
-ResultPath "$(Build.ArtifactStagingDirectory)\TestResults"