Skip to content

Commit 8e89078

Browse files
[release/5.0] Test in manual internal builds (#36484)
- backport of #36424 to release/5.0 - make it a bit easier to test _everything_ in one go - builds site extensions, publishes to BAR, and runs all aspnetcore-ci tests Co-authored-by: Doug Bunting <[email protected]>
1 parent b6a4909 commit 8e89078

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ stages:
117117
displayName: Build
118118
jobs:
119119
# Code check
120-
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
120+
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest'), in(variables['Build.Reason'], 'Manual')) }}:
121121
- template: jobs/default-build.yml
122122
parameters:
123123
jobName: Code_check
@@ -595,7 +595,7 @@ stages:
595595
parameters:
596596
inputName: Linux_musl_arm64
597597

598-
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}:
598+
- ${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest'), in(variables['Build.Reason'], 'Manual')) }}:
599599
# Test jobs
600600
- template: jobs/default-build.yml
601601
parameters:

0 commit comments

Comments
 (0)