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

[release/6.0] Extend disable component governance for linux (#40158)

* Extend disable component governance for linux

Extension of https://github.com/dotnet/aspnetcore/pull/39898



* PR Feedback

* Update ci.yml

Co-authored-by: default avatarTanay Parikh <TanayParikh@users.noreply.github.com>
Co-authored-by: default avatarWilliam Godbe <wigodbe@microsoft.com>
上级 00d34c3b
无相关合并请求
......@@ -543,6 +543,7 @@ stages:
$(_InternalRuntimeDownloadArgs)
installNodeJs: false
installJdk: false
disableComponentGovernance: true
skipComponentGovernanceDetection: true
artifacts:
- name: Linux_musl_x64_Logs
......
......@@ -121,6 +121,8 @@ jobs:
demands: ImageOverride -equals Build.Server.Amd64.VS2019
${{ if ne(parameters.container, '') }}:
container: ${{ parameters.container }}
${{ if ne(parameters.disableComponentGovernance, '') }}:
disableComponentGovernance: ${{ parameters.disableComponentGovernance }}
variables:
- AgentOsName: ${{ parameters.agentOs }}
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册