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:
parent
de407deff0
commit
0bb66a5e28
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
<NugetConfigSuffix>
|
||||
<![CDATA[
|
||||
</packageSources>
|
||||
<disabledPackageSources>
|
||||
<clear/>
|
||||
</disabledPackageSources>
|
||||
</configuration>
|
||||
]]>
|
||||
</NugetConfigSuffix>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue