tools dir

This commit is contained in:
seraphima
2024-01-30 22:22:09 +01:00
parent 864248f18f
commit 78701d8243

View File

@@ -43,7 +43,7 @@ jobs:
filePath: $(build.sourcesdirectory)\.pipelines\scripts\runUiTests.ps1 filePath: $(build.sourcesdirectory)\.pipelines\scripts\runUiTests.ps1
arguments: >- arguments: >-
-SearchFolder '$(Build.ArtifactStagingDirectory)\x64\**\UITests-FancyZonesEditor.dll' -SearchFolder '$(Build.ArtifactStagingDirectory)\x64\**\UITests-FancyZonesEditor.dll'
-VsConsolePath '$(Build.SourcesDirectory)\**' -VsConsolePath '$(Agent.ToolsDirectory)\VsTest\**'
-MatchPattern '**\UITests-*.dll' -MatchPattern '**\UITests-*.dll'
-LogPath '$(Build.ArtifactStagingDirectory)\Logs' -LogPath '$(Build.ArtifactStagingDirectory)\Logs'
-ResultPath "$(Build.ArtifactStagingDirectory)\TestResults" -ResultPath "$(Build.ArtifactStagingDirectory)\TestResults"