We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63dc52a commit c7fb70bCopy full SHA for c7fb70b
eng/pipelines/common/ui-tests.yml
@@ -147,7 +147,7 @@ stages:
147
skipProvisioning: ${{ parameters.skipProvisioning }}
148
149
- stage: android_ui_tests_coreclr
150
- displayName: Android UITests
+ displayName: Android UITests CoreClr
151
dependsOn: build_ui_tests_coreclr
152
jobs:
153
- ${{ each project in parameters.projects }}:
@@ -183,7 +183,7 @@ stages:
183
agentPoolAccessToken: ${{ parameters.agentPoolAccessToken }}
184
testFilter: $(CATEGORYGROUP)
185
186
- runtimeVariant : "CoreCLR"
+ runtimeVariant: "CoreCLR"
187
188
- stage: ios_ui_tests_mono
189
displayName: iOS UITests Mono
0 commit comments