File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,10 @@ resources:
162162extends :
163163 template : v1/1ES.Official.PipelineTemplate.yml@1esPipelines
164164 parameters :
165+ settings :
166+ # Default is 'Permissive,CFSClean' which blocks NuGet.org for publishing.
167+ # Docs: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-build/cloudbuild/security/1espt-network-isolation
168+ networkIsolationPolicy : Permissive
165169 sdl :
166170 # 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
167171 sourceRepositoriesToScan :
@@ -225,6 +229,7 @@ extends:
225229 image : 1es-windows-2022
226230 os : windows
227231 templateContext :
232+ # Docs: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/releasepipelines/overview
228233 type : releaseJob
229234 isProduction : true
230235 strategy :
You can’t perform that action at this time.
0 commit comments