Skip to content

Commit 4ab18e2

Browse files
Enable APIView status check (#17107)
Co-authored-by: praveenkuttappan <[email protected]>
1 parent 1e16908 commit 4ab18e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/common/pipelines/templates/steps/create-apireview.yml

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ steps:
1919
workingDirectory: $(Pipeline.Workspace)
2020
displayName: Create API Review for ${{ artifact.name}}
2121
condition: and(succeededOrFailed(), ne(variables['Skip.CreateApiReview'], 'true') , ne(variables['Build.Reason'],'PullRequest'), eq(variables['System.TeamProject'], 'internal'))
22-
continueOnError: true

0 commit comments

Comments
 (0)