We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fcf29 commit 603925fCopy full SHA for 603925f
1 file changed
azure-pipelines.yml
@@ -39,6 +39,7 @@ stages:
39
- stage: Deploy
40
displayName: "Deploy Docs"
41
dependsOn:
42
+ - Testing
43
- DocBuild
44
condition: and(succeeded(), or(eq(variables.IS_TAG, true), eq(variables.IS_MAIN, true)))
45
jobs:
0 commit comments