Skip to content

Commit 739cfaa

Browse files
committed
Merge branch 'v16.10'
2 parents 3caa8c9 + d4bd844 commit 739cfaa

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

azure-pipelines/official.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ parameters:
3636
type: boolean
3737
default: true
3838

39-
variables:
40-
NugetSecurityAnalysisWarningLevel: none # nuget.config requires signed packages by trusted owners
41-
4239
stages:
4340

4441
- stage: Build

nuget.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
<packageSources>
88
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
99
<clear />
10-
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
11-
<add key="vs-impl-public" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
12-
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
10+
<add key="msft_consumption" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/msft_consumption/nuget/v3/index.json" />
1311
</packageSources>
1412
<trustedSigners>
1513
<repository name="nuget" serviceIndex="https://api.nuget.org/v3/index.json">

0 commit comments

Comments
 (0)