Skip to content

Commit 0f82cfb

Browse files
Enable API status check (Azure#19663)
1 parent 1fcde36 commit 0f82cfb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ steps:
1717
pwsh: true
1818
workingDirectory: $(Pipeline.Workspace)
1919
displayName: Create API Review ${{ artifact.name}}
20-
condition: and(succeededOrFailed(), ne(variables['Skip.CreateApiReview'], 'true') , ne(variables['Build.Reason'],'PullRequest'), eq(variables['System.TeamProject'], 'internal'))
21-
continueOnError: true
20+
condition: and(succeededOrFailed(), ne(variables['Skip.CreateApiReview'], 'true') , ne(variables['Build.Reason'],'PullRequest'), eq(variables['System.TeamProject'], 'internal'))

0 commit comments

Comments
 (0)