Skip to content

Commit 603925f

Browse files
committed
Make deploy step depend testing and doc building
1 parent 85fcf29 commit 603925f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ stages:
3939
- stage: Deploy
4040
displayName: "Deploy Docs"
4141
dependsOn:
42+
- Testing
4243
- DocBuild
4344
condition: and(succeeded(), or(eq(variables.IS_TAG, true), eq(variables.IS_MAIN, true)))
4445
jobs:

0 commit comments

Comments
 (0)