script path

This commit is contained in:
seraphima
2024-01-29 13:36:41 +01:00
parent c5326584ca
commit 101cff736f

View File

@@ -12,7 +12,7 @@ jobs:
${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
name: SHINE-INT-Testing-x64
steps:
- checkout: none
- checkout: self
- task: DownloadPipelineArtifact@2
displayName: Download artifacts
@@ -40,7 +40,7 @@ jobs:
displayName: 'Run UI Tests'
inputs:
targetType: filePath
filePath: .pipelines\scripts\runUiTests.ps1
filePath: $(build.sourcesdirectory)\.pipelines\scripts\runUiTests.ps1
arguments: >-
-SearchFolder '$(Build.ArtifactStagingDirectory)\x64\**\UITests-FancyZonesEditor.dll'
-VsConsolePath 'D:\a\_work\_temp\VsTest'