Skip to content
代码片段 群组 项目
未验证 提交 3ef082e5 编辑于 作者: github-actions[bot]'s avatar github-actions[bot] 提交者: GitHub
浏览文件

[release/6.0] Test in manual internal builds (#36483)


- backport of #36424 to release/6.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: default avatarDoug Bunting <6431421+dougbu@users.noreply.github.com>
上级 35decd5a
No related branches found
No related tags found
无相关合并请求
......@@ -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:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册