Skip to content

Commit c7fb70b

Browse files
committed
Fix Name
1 parent 63dc52a commit c7fb70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/common/ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ stages:
147147
skipProvisioning: ${{ parameters.skipProvisioning }}
148148

149149
- stage: android_ui_tests_coreclr
150-
displayName: Android UITests
150+
displayName: Android UITests CoreClr
151151
dependsOn: build_ui_tests_coreclr
152152
jobs:
153153
- ${{ each project in parameters.projects }}:
@@ -183,7 +183,7 @@ stages:
183183
agentPoolAccessToken: ${{ parameters.agentPoolAccessToken }}
184184
testFilter: $(CATEGORYGROUP)
185185
skipProvisioning: ${{ parameters.skipProvisioning }}
186-
runtimeVariant : "CoreCLR"
186+
runtimeVariant: "CoreCLR"
187187

188188
- stage: ios_ui_tests_mono
189189
displayName: iOS UITests Mono

0 commit comments

Comments
 (0)