Fix for logic around whether to include custom restore sources in template output

This commit is contained in:
Steve Sanderson 2018-04-16 17:04:44 +01:00
parent 2027dd4acd
commit 6c5f2a2262
1 changed files with 1 additions and 1 deletions

View File

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