Skip to content

Commit

Permalink
Update NuGet Config (#531)
Browse files Browse the repository at this point in the history
- Remove obsolete elements from NuGet config
- Clear disabled sources
  • Loading branch information
wsugarman authored Feb 2, 2021
1 parent 043d984 commit 7746388
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value="packages" />
</config>
<packageSources>
<!-- When <clear /> is present, previously defined sources are ignored -->
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="Microsoft Health OSS" value="https://microsofthealthoss.pkgs.visualstudio.com/FhirServer/_packaging/Public/nuget/v3/index.json" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<disabledPackageSources>
<add key="Microsoft Visual Studio Offline Packages" value="true" />
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit 7746388

Please sign in to comment.