Skip to content

Commit ec56ae7

Browse files
committed
Better naming.
1 parent 9fe7f17 commit ec56ae7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ extends:
4747
analyzeInPipeline: true
4848
stages:
4949
- stage: build
50-
displayName: Build
50+
displayName: Build And Test
5151
jobs:
5252
- ${{ each config in parameters.buildConfigs }}:
5353
- job: build_${{ config.pool.os }}
54-
displayName: Building for ${{ config.pool.os }}
54+
displayName: Building and Testing on ${{ config.pool.os }}
5555
pool:
5656
name: ${{ config.pool.name }}
5757
image: ${{ config.pool.image }}

0 commit comments

Comments
 (0)