From a2c9ed0b5963d450fb0a401dcd47bfe0b26f0159 Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 29 Apr 2023 02:10:59 -0500 Subject: [PATCH] Fix pipeline errors --- azure-pipelines.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 }}