From d470256e64d102d527e96cf1ab84afaaf0b72f88 Mon Sep 17 00:00:00 2001 From: Smit Patel Date: Fri, 7 Jul 2023 11:22:10 -0700 Subject: [PATCH] Move to Central Feed Service (CFS) --- .sscignore | 1 - eng/pipelines/official.yml | 7 ------- eng/pipelines/pull-request.yml | 6 ------ nuget.config | 38 +--------------------------------- 4 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 .sscignore diff --git a/.sscignore b/.sscignore deleted file mode 100644 index 49d16119bf3..00000000000 --- a/.sscignore +++ /dev/null @@ -1 +0,0 @@ -{ "cfs": [ "CFS0013" ] } \ No newline at end of file diff --git a/eng/pipelines/official.yml b/eng/pipelines/official.yml index b4a6d1151dd..d0d5706a1b1 100644 --- a/eng/pipelines/official.yml +++ b/eng/pipelines/official.yml @@ -89,13 +89,6 @@ variables: # Opt out of automatically injecting Codesign Validation into the pipeline. We run Codesign Validation as part of the Compliance pipeline. # See: https://aka.ms/gdn-injection runCodesignValidationInjection: false - # Suspend enforcement of NuGet Single Feed Policy. See: - # - https://aka.ms/nugetmultifeed - # - https://docs.opensource.microsoft.com/tools/nuget_security_analysis/nuget_security_analysis/ - # - https://docs.opensource.microsoft.com/tools/cg/how-to/nuget-multifeed-configuration/ - # - https://onebranch.visualstudio.com/OneBranch/_wiki/wikis/OneBranch.wiki/5205/TSG-Build-Broken-Due-to-Using-Multiple-Feeds?anchor=setting-nugetsecurityanalysiswarninglevel-in-cdp - NugetSecurityAnalysisWarningLevel: none - NugetMultiFeedWarnLevel: none # Allows CodeQL to run on our Build job. # https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/codeql/configuring-codeql3000-ado-pipelines Codeql.Enabled: true diff --git a/eng/pipelines/pull-request.yml b/eng/pipelines/pull-request.yml index 53eea436bea..86950e37bda 100644 --- a/eng/pipelines/pull-request.yml +++ b/eng/pipelines/pull-request.yml @@ -43,12 +43,6 @@ variables: # Opt out of automatically injecting Codesign Validation into the pipeline. # See: https://aka.ms/gdn-injection runCodesignValidationInjection: false - # Suspend enforcement of NuGet Single Feed Policy. See: - # - https://aka.ms/nugetmultifeed - # - https://docs.opensource.microsoft.com/tools/nuget_security_analysis/nuget_security_analysis/ - # - https://docs.opensource.microsoft.com/tools/cg/how-to/nuget-multifeed-configuration/ - # - https://onebranch.visualstudio.com/OneBranch/_wiki/wikis/OneBranch.wiki/5205/TSG-Build-Broken-Due-to-Using-Multiple-Feeds?anchor=setting-nugetsecurityanalysiswarninglevel-in-cdp - NugetSecurityAnalysisWarningLevel: none ################################################################################################################################################################### # STAGES diff --git a/nuget.config b/nuget.config index 2b152ee5251..40a95c174f3 100644 --- a/nuget.config +++ b/nuget.config @@ -1,44 +1,8 @@ - - - - - - - - - - - - - - - + - - - - \ No newline at end of file