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:
parent
80a5a829ea
commit
94fc976ea5
1 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
||||||
<Project ToolsVersion="15.0">
|
<Project ToolsVersion="15.0">
|
||||||
<Target Name="WriteNugetConfigFile"
|
<Target Name="WriteNugetConfigFile">
|
||||||
Condition=" !Exists('$(GeneratedNuGetConfig)') ">
|
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<NugetConfigPrivateFeeds Include="$(ExternalRestoreSources.Split(';'))" />
|
<NugetConfigPrivateFeeds Include="$(ExternalRestoreSources.Split(';'))" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue