Skip to content

Commit 014ed89

Browse files
authored
Skip component governance in public builds (#43470)
* Skip component governance in public builds * Update default-build.yml
1 parent 94cc679 commit 014ed89

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
@@ -100,6 +100,8 @@ jobs:
100100
enableTelemetry: true
101101
helixRepo: dotnet/aspnetcore
102102
helixType: build.product/
103+
${{ if ne(variables['System.TeamProject'], 'internal') }}:
104+
skipComponentGovernanceDetection: true
103105
workspace:
104106
clean: all
105107
# Map friendly OS names to the right queue

0 commit comments

Comments
 (0)