File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff 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-
4239stages :
4340
4441- stage : Build
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments