Skip to content

Commit 4b31b1d

Browse files
TanayParikhgithub-actions
authored and
github-actions
committed
Extend disable component governance for linux
Extension of #39898
1 parent 00d34c3 commit 4b31b1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138
- LC_ALL: 'en_US.UTF-8'
139139
- LANG: 'en_US.UTF-8'
140140
- LANGUAGE: 'en_US.UTF-8'
141+
- ${{ if ne(parameters.disableComponentGovernance, '') }}:
142+
disableComponentGovernance: ${{ parameters.disableComponentGovernance }}
141143
- ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}:
142144
- JAVA_HOME: $(Agent.BuildDirectory)\.tools\jdk\win-x64
143145
- ${{ if or(ne(parameters.codeSign, true), ne(variables['System.TeamProject'], 'internal')) }}:

0 commit comments

Comments
 (0)