Skip to content

Commit

Permalink
Switch to one public feed
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Sep 21, 2022
1 parent 21b4ff3 commit 7f33eec
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
2 changes: 0 additions & 2 deletions azure-pipelines/OptProf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ variables:
- name: SignType
value: real
- group: Library.Template
- name: NugetSecurityAnalysisWarningLevel
value: none # nuget.config requires signed packages by trusted owners

stages:
- stage: Library
Expand Down
3 changes: 0 additions & 3 deletions azure-pipelines/official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ parameters:
type: boolean
default: false

variables:
NugetSecurityAnalysisWarningLevel: none # nuget.config requires signed packages by trusted owners

stages:

- stage: Build
Expand Down
17 changes: 1 addition & 16 deletions nuget.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,9 @@
<configuration>
<config>
<add key="repositorypath" value="packages" />
<add key="signatureValidationMode" value="require" />
</config>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="vs-impl-public" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
<add key="vssdk-public" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="msft_consumption" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json" />
</packageSources>
<trustedSigners>
<repository name="nuget" serviceIndex="https://api.nuget.org/v3/index.json">
<owners>Microsoft;xunit;manuel.roemer;sharwell;jamesnk;aarnott;MarcoRossignoli;Thecentury;clairernovotny;reg;mmanela;onovotny</owners>
<certificate fingerprint="0e5f38f57dc1bcc806d8494f4f90fbcedd988b46760709cbeec6f4219aa6157d" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="5a2901d6ada3d18260b9c6dfe2133c95d74b9eef6ae0e5dc334c8454d1477df4" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
</repository>
<author name="Microsoft">
<certificate fingerprint="aa12da22a49bce7d5c1ae64cc1f3d892f150da76140f210abd2cbffca2c18a27" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
<certificate fingerprint="3f9001ea83c560d712c24cf213c3d312cb3bff51ee89435d3430bd06b5d0eece" hashAlgorithm="SHA256" allowUntrustedRoot="false" />
</author>
</trustedSigners>
</configuration>

0 comments on commit 7f33eec

Please sign in to comment.