Skip to content

Commit

Permalink
Create NuGet.config for blob feed publishing (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored and singhsarab committed Sep 27, 2019
1 parent 6b96f5b commit 9703a28
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/package/publish/NuGet.config
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
<packageSources>
<clear/>
<add key="central blob feed" value="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
</packageSources>
</configuration>

0 comments on commit 9703a28

Please sign in to comment.