Skip to content

Commit

Permalink
remove some things in the nuget.config that were messing things up (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bbowman committed Apr 7, 2017
1 parent 5585aeb commit dc07956
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<clear />
<add key="repositoryPath" value="packages" />
</config>
<packageSources>
<!-- When <clear /> is present, previously defined sources are ignored -->
<!-- Remove this tag or un-comment the nuget.org source below to restore packages from nuget.org -->
<!-- For more info, see https://docs.nuget.org/consume/nuget-config-file -->
<!-- Intentionally v2, as v3 doesn't yet support list which is used by Update-Environment.ps1 -->
<add key="vss-package-management" value="https://www.myget.org/F/vss-package-management/api/v2" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear/>
</disabledPackageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
Expand Down

0 comments on commit dc07956

Please sign in to comment.