Files
PowerToys/.pipelines/ci/templates/run-ui-tests-ci.yml
2024-01-12 14:40:50 +01:00

24 lines
743 B
YAML

parameters:
configuration: 'Release'
platform: ''
jobs:
- job: UI tests ${{ parameters.platform }}${{ parameters.configuration }}
displayName: Run UI tests ${{ parameters.platform }} ${{ parameters.configuration }}
dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }}
pool:
demands: ImageOverride -equals SHINE-VS17-Latest
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
name: SHINE-OSS-L
${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
name: SHINE-INT-L
timeoutInMinutes: 120
strategy:
maxParallel: 10
steps:
- checkout: self
fetchDepth: 1
submodules: true
- bash: |
echo "##[debug]Debug text"