Fix for logic around whether to include custom restore sources in template output
This commit is contained in:
parent
2027dd4acd
commit
6c5f2a2262
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue