Skip to content

Commit 029b14c

Browse files
committed
Use nuget.config file
1 parent 7cf75fc commit 029b14c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

src/BenchmarksApps/TechEmpower/Minimal/Minimal.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>latest</LangVersion>
88
<UserSecretsId>38063504-d08c-495a-89c9-daaad2f60f31</UserSecretsId>
9-
<RestoreAdditionalProjectSources>
10-
https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json
11-
</RestoreAdditionalProjectSources>
129
<Features>$(Features);utf8-string-encoding</Features>
1310
</PropertyGroup>
1411

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
5+
<clear />
6+
<add key="general-testing" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json" />
7+
</packageSources>
8+
</configuration>

0 commit comments

Comments
 (0)