We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e16908 commit 4ab18e2Copy full SHA for 4ab18e2
eng/common/pipelines/templates/steps/create-apireview.yml
@@ -19,4 +19,3 @@ steps:
19
workingDirectory: $(Pipeline.Workspace)
20
displayName: Create API Review for ${{ artifact.name}}
21
condition: and(succeededOrFailed(), ne(variables['Skip.CreateApiReview'], 'true') , ne(variables['Build.Reason'],'PullRequest'), eq(variables['System.TeamProject'], 'internal'))
22
- continueOnError: true
0 commit comments