Skip to content

Commit

Permalink
Skip component governance in public builds (dotnet#43470)
Browse files Browse the repository at this point in the history
* Skip component governance in public builds

* Update default-build.yml
  • Loading branch information
wtgodbe authored Aug 22, 2022
1 parent 94cc679 commit 014ed89
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 @@ -100,6 +100,8 @@ jobs:
enableTelemetry: true
helixRepo: dotnet/aspnetcore
helixType: build.product/
${{ if ne(variables['System.TeamProject'], 'internal') }}:
skipComponentGovernanceDetection: true
workspace:
clean: all
# Map friendly OS names to the right queue
Expand Down

0 comments on commit 014ed89

Please sign in to comment.