Skip to content

Commit 2fa5c25

Browse files
committed
Add displayName to script steps
1 parent 4f65ba9 commit 2fa5c25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ jobs:
149149
container: alpine38
150150
steps:
151151
- script: apk update && apk add git
152+
displayName: Installing git
152153
- template: azure-pipelines/xplattest-pipeline.yml
153154

154155
- job: Alpine_3_9
@@ -158,6 +159,7 @@ jobs:
158159
container: alpine39
159160
steps:
160161
- script: apk update && apk add git
162+
displayName: Installing git
161163
- template: azure-pipelines/xplattest-pipeline.yml
162164

163165
- job: macOS

0 commit comments

Comments
 (0)