Skip to content

Commit 9703a28

Browse files
ViktorHofersinghsarab
authored andcommitted
Create NuGet.config for blob feed publishing (#2199)
1 parent 6b96f5b commit 9703a28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/package/publish/NuGet.config

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)