Merge in 'release/3.1' changes

This commit is contained in:
dotnet-bot 2020-04-05 03:20:02 +00:00
commit 95e1891b7b
1 changed files with 22 additions and 21 deletions

View File

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