We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe229aa commit 90373f2Copy full SHA for 90373f2
smoke-testNuGet.Config
@@ -1,6 +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="source-built-packages" value="SOURCE_BUILT_PACKAGES" />
7
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
8
<add key="dotnet-core" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
0 commit comments