Only remove templates' custom RestoreSources for final 'rtm' builds

This commit is contained in:
Steve Sanderson 2018-04-16 09:49:25 +01:00
parent 1ef5429ca9
commit b4c023b053
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@
<Target Name="SetTemplateJsonSymbolReplacements">
<PropertyGroup>
<IncludeCustomRestoreSourcesValue Condition="'$(IsFinalBuild)' == 'true'">false</IncludeCustomRestoreSourcesValue>
<IncludeCustomRestoreSourcesValue Condition="'$(IsFinalBuild)' != 'true'">true</IncludeCustomRestoreSourcesValue>
<IncludeCustomRestoreSourcesValue>true</IncludeCustomRestoreSourcesValue>
<IncludeCustomRestoreSourcesValue Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm'">false</IncludeCustomRestoreSourcesValue>
<!--
Properties here will be injected into the template config *.json files