removed dependance

This commit is contained in:
seraphima
2024-01-12 14:47:14 +01:00
parent 7fbdffd307
commit 1c338ee02a

View File

@@ -5,7 +5,6 @@ parameters:
jobs: jobs:
- job: UI tests ${{ parameters.platform }}${{ parameters.configuration }} - job: UI tests ${{ parameters.platform }}${{ parameters.configuration }}
displayName: Run UI tests ${{ parameters.platform }} ${{ parameters.configuration }} displayName: Run UI tests ${{ parameters.platform }} ${{ parameters.configuration }}
dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }}
pool: pool:
demands: ImageOverride -equals SHINE-VS17-Latest 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/') }}:
@@ -15,6 +14,7 @@ jobs:
timeoutInMinutes: 120 timeoutInMinutes: 120
strategy: strategy:
maxParallel: 10 maxParallel: 10
steps: steps:
- checkout: self - checkout: self
fetchDepth: 1 fetchDepth: 1