diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 47b0c7b4d..c4fb727f8 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -124,7 +124,7 @@ stages: publishLocation: 'Container' - stage: Test - dependsOn: Setup + dependsOn: Build condition: eq(variables.skipTests, false) jobs: - ${{ each service in parameters.services }}: