Skip to content

Commit

Permalink
Enable APIView status check (#1465)
Browse files Browse the repository at this point in the history
Change API status check as hard error
  • Loading branch information
praveenkuttappan authored Mar 5, 2021
1 parent b11e017 commit 3f7ec1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eng/common/pipelines/templates/steps/create-apireview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f7ec1b

Please sign in to comment.