Skip to content

Commit

Permalink
[release/6.0] Extend disable component governance for linux (#40158)
Browse files Browse the repository at this point in the history
* Extend disable component governance for linux

Extension of #39898

* PR Feedback

* Update ci.yml

Co-authored-by: Tanay Parikh <TanayParikh@users.noreply.github.com>
Co-authored-by: William Godbe <wigodbe@microsoft.com>
  • Loading branch information
3 people committed Feb 11, 2022
1 parent 00d34c3 commit d5d2e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .azure/pipelines/ci.yml
Expand Up @@ -543,6 +543,7 @@ stages:
$(_InternalRuntimeDownloadArgs)
installNodeJs: false
installJdk: false
disableComponentGovernance: true
skipComponentGovernanceDetection: true
artifacts:
- name: Linux_musl_x64_Logs
Expand Down
2 changes: 2 additions & 0 deletions .azure/pipelines/jobs/default-build.yml
Expand Up @@ -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
Expand Down

0 comments on commit d5d2e4d

Please sign in to comment.