Revert "If the Nuget.config has already been generated, do not re-generate the file every time 'Run-Build' or 'Build' is called."

This reverts commit 9d5bd8637e.
This commit is contained in:
jbeisner 2018-01-23 17:45:14 +00:00
parent 80a5a829ea
commit 94fc976ea5

View file

@ -1,6 +1,5 @@
<Project ToolsVersion="15.0">
<Target Name="WriteNugetConfigFile"
Condition=" !Exists('$(GeneratedNuGetConfig)') ">
<Target Name="WriteNugetConfigFile">
<ItemGroup>
<NugetConfigPrivateFeeds Include="$(ExternalRestoreSources.Split(';'))" />