[release/3.1] Don't run Code Check in official builds

This commit is contained in:
Doug Bunting 2020-04-03 22:23:50 -07:00
parent 8a4133b34f
commit 27aa26ef4b
1 changed files with 22 additions and 21 deletions

View File

@ -89,6 +89,7 @@ stages:
displayName: Build
jobs:
# Code check
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
- template: jobs/default-build.yml
parameters:
jobName: Code_check