Enable APIView status check (#1781)

Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com>
This commit is contained in:
Azure SDK Bot 2021-03-05 03:11:34 -08:00 committed by GitHub
parent 501a98276b
commit 2ffb694cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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