Only remove templates' custom RestoreSources for final 'rtm' builds
This commit is contained in:
parent
1ef5429ca9
commit
b4c023b053
|
|
@ -11,8 +11,8 @@
|
||||||
|
|
||||||
<Target Name="SetTemplateJsonSymbolReplacements">
|
<Target Name="SetTemplateJsonSymbolReplacements">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<IncludeCustomRestoreSourcesValue Condition="'$(IsFinalBuild)' == 'true'">false</IncludeCustomRestoreSourcesValue>
|
<IncludeCustomRestoreSourcesValue>true</IncludeCustomRestoreSourcesValue>
|
||||||
<IncludeCustomRestoreSourcesValue Condition="'$(IsFinalBuild)' != 'true'">true</IncludeCustomRestoreSourcesValue>
|
<IncludeCustomRestoreSourcesValue Condition="'$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm'">false</IncludeCustomRestoreSourcesValue>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Properties here will be injected into the template config *.json files
|
Properties here will be injected into the template config *.json files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue