Skip to content

Commit e94bbc2

Browse files
committed
Accidentally set this to Preferred (and the branch name) instead of Permissive.
1 parent f6c1bed commit e94bbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ extends:
163163
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
164164
parameters:
165165
settings:
166-
# Default is 'Preferred,CFSClean' which blocks NuGet.org for publishing.
166+
# Default is 'Permissive,CFSClean' which blocks NuGet.org for publishing.
167167
# Docs: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-build/cloudbuild/security/1espt-network-isolation
168-
networkIsolationPolicy: Preferred
168+
networkIsolationPolicy: Permissive
169169
sdl:
170170
# Docs: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/sdlanalysis/sourceanalysisstage#my-pipeline-uses-multiple-repositories-how-to-ensure-that-sdl-sources-stage-is-injected-for-all-the-repositories
171171
sourceRepositoriesToScan:

0 commit comments

Comments
 (0)