Skip to content

Commit

Permalink
Remove nuget.config from gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hbulens committed Apr 30, 2020
1 parent 5025ed1 commit 6e4440d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/bin
**/obj
*.vs
**/packages
NuGet.config
**/packages
18 changes: 18 additions & 0 deletions src/Nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- remove any machine-wide sources with <clear/> -->
<clear />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
<add key="Dime.Scheduler" value="https://dimenicsbe.pkgs.visualstudio.com/_packaging/Dime.Scheduler/nuget/v3/index.json" />
<!--<add key="DIME" value="http://dimenuget.azurewebsites.net/nuget" />-->
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<disabledPackageSources>
</disabledPackageSources>
<config>
<add key="repositoryPath" value="../lib" />
</config>
</configuration>

0 comments on commit 6e4440d

Please sign in to comment.