Merge pull request #9386 from dsplaisted/clear-disabled-package-sources

Clear disabled package sources in generated NuGet.config
This commit is contained in:
Daniel Plaisted 2018-05-31 16:55:52 -07:00 committed by GitHub
commit da77c12682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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