Skip to content

Commit

Permalink
Extend disable component governance for linux
Browse files Browse the repository at this point in the history
Extension of #39898
  • Loading branch information
TanayParikh authored and github-actions committed Feb 11, 2022
1 parent 00d34c3 commit 4b31b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure/pipelines/jobs/default-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ jobs:
- LC_ALL: 'en_US.UTF-8'
- LANG: 'en_US.UTF-8'
- LANGUAGE: 'en_US.UTF-8'
- ${{ if ne(parameters.disableComponentGovernance, '') }}:
disableComponentGovernance: ${{ parameters.disableComponentGovernance }}
- ${{ if and(eq(parameters.installJdk, 'true'), eq(parameters.agentOs, 'Windows')) }}:
- JAVA_HOME: $(Agent.BuildDirectory)\.tools\jdk\win-x64
- ${{ if or(ne(parameters.codeSign, true), ne(variables['System.TeamProject'], 'internal')) }}:
Expand Down

0 comments on commit 4b31b1d

Please sign in to comment.