- make it a bit easier to test _everything_ in one go
  - builds site extensions, publishes to BAR, and runs all aspnetcore-ci tests
This commit is contained in:
Doug Bunting 2021-09-13 12:31:42 -07:00 коммит произвёл GitHub
Родитель 6215dca950
Коммит 3bd0658600
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

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