We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe7f17 commit ec56ae7Copy full SHA for ec56ae7
1 file changed
.github/workflows/pr-azure-pipelines.yml
@@ -47,11 +47,11 @@ extends:
47
analyzeInPipeline: true
48
stages:
49
- stage: build
50
- displayName: Build
+ displayName: Build And Test
51
jobs:
52
- ${{ each config in parameters.buildConfigs }}:
53
- job: build_${{ config.pool.os }}
54
- displayName: Building for ${{ config.pool.os }}
+ displayName: Building and Testing on ${{ config.pool.os }}
55
pool:
56
name: ${{ config.pool.name }}
57
image: ${{ config.pool.image }}
0 commit comments