mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
test build agents
This commit is contained in:
@@ -7,11 +7,10 @@ jobs:
|
|||||||
displayName: UI Test ${{ parameters.platform }} ${{ parameters.configuration }}
|
displayName: UI Test ${{ parameters.platform }} ${{ parameters.configuration }}
|
||||||
dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }}
|
dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }}
|
||||||
pool:
|
pool:
|
||||||
demands: ImageOverride -equals SHINE-VS17-Latest
|
|
||||||
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
||||||
name: SHINE-OSS-L
|
name: SHINE-OSS-Testing-x64
|
||||||
${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
||||||
name: SHINE-INT-L
|
name: SHINE-INT-Testing-x64
|
||||||
steps:
|
steps:
|
||||||
- checkout: none
|
- checkout: none
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user