diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94193ed40..e8570f442 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -958,13 +958,8 @@ stages: - job: Api_Docs displayName: API Docs - dependsOn: Prepare condition: | - and - ( - and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/develop')), - and(succeeded(), eq(dependencies.Prepare.outputs['setVar.backendNotUpdated'], '0')) - ) + and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/develop')) pool: vmImage: ${{ variables.windowsImage }}