From 2ffb694cdd7aac8a3c81286bf05e0513c9cc4341 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Fri, 5 Mar 2021 03:11:34 -0800 Subject: [PATCH] Enable APIView status check (#1781) Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com> --- eng/common/pipelines/templates/steps/create-apireview.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/common/pipelines/templates/steps/create-apireview.yml b/eng/common/pipelines/templates/steps/create-apireview.yml index 427bb0971..730bc2bb4 100644 --- a/eng/common/pipelines/templates/steps/create-apireview.yml +++ b/eng/common/pipelines/templates/steps/create-apireview.yml @@ -19,4 +19,3 @@ steps: workingDirectory: $(Pipeline.Workspace) displayName: Create API Review for ${{ artifact.name}} condition: and(succeededOrFailed(), ne(variables['Skip.CreateApiReview'], 'true') , ne(variables['Build.Reason'],'PullRequest'), eq(variables['System.TeamProject'], 'internal')) - continueOnError: true