There was an error while loading. Please reload this page.
1 parent 6b96f5b commit 9703a28Copy full SHA for 9703a28
src/package/publish/NuGet.config
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<configuration>
3
+ <fallbackPackageFolders>
4
+ <clear />
5
+ </fallbackPackageFolders>
6
+ <packageSources>
7
+ <clear/>
8
+ <add key="central blob feed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
9
+ </packageSources>
10
+</configuration>
0 commit comments