Skip to content

Commit ba64026

Browse files
committed
Rename build stage to assemble
1 parent dd90e54 commit ba64026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ variables:
1616
name: $(major).$(minor).$(patch)-$(Rev:r)
1717

1818
stages:
19-
- stage: build
20-
displayName: Build
19+
- stage: assemble
20+
displayName: Assemble
2121
jobs:
2222
- job: test
2323
displayName: Test
@@ -64,7 +64,7 @@ stages:
6464
artifactName: manifests
6565
- stage: Deploy
6666
displayName: Deploy
67-
dependsOn: build
67+
dependsOn: assemble
6868
condition:
6969
not(eq(variables['build.reason'], 'PullRequest'))
7070
jobs:

0 commit comments

Comments
 (0)