Skip to content

Commit 40eca5c

Browse files
authored
Extend disable component governance for linux
Extension of #39898
1 parent 15fa3ad commit 40eca5c

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
@@ -146,6 +146,8 @@ jobs:
146146
- LC_ALL: 'en_US.UTF-8'
147147
- LANG: 'en_US.UTF-8'
148148
- LANGUAGE: 'en_US.UTF-8'
149+
- ${{ if ne(parameters.disableComponentGovernance, '') }}:
150+
disableComponentGovernance: ${{ parameters.disableComponentGovernance }}
149151
- ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}:
150152
- JAVA_HOME: $(Agent.BuildDirectory)\.tools\jdk\win-x64
151153
- ${{ if or(ne(parameters.codeSign, true), ne(variables['System.TeamProject'], 'internal')) }}:

0 commit comments

Comments
 (0)