Clear disabled package sources in generated NuGet.config

This will help prevent the repo being broken if you have the same feeds set up in your global NuGet.config but have them disabled
This commit is contained in:
Daniel Plaisted 2018-05-31 12:03:13 -07:00
parent de407deff0
commit 0bb66a5e28

View file

@ -32,6 +32,9 @@
<NugetConfigSuffix>
<![CDATA[
</packageSources>
<disabledPackageSources>
<clear/>
</disabledPackageSources>
</configuration>
]]>
</NugetConfigSuffix>