mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
script path
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user