Continue loc onboarding for Razor tolling

This commit is contained in:
Ryan Brandenburg 2021-06-15 15:42:16 -07:00
Родитель 49bcf0edb3
Коммит 6da7f0f21b
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -43,10 +43,12 @@ stages:
- stage: build
displayName: Build
jobs:
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- ${{ if and(and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')), eq(variables['Build.SourceBranch'], 'refs/heads/main')) }}:
- template: /eng/common/templates/job/onelocbuild.yml
parameters:
CreatePr: false
LclSource: lclFilesfromPackage
LclPackageId: 'LCL-JUNO-PROD-RAZORTOOL'
MirrorRepo: aspnetcore-tooling
- template: /eng/common/templates/jobs/jobs.yml
parameters: