Update condition for skipping custom restore sources in Blazor templates

This commit is contained in:
Steve Sanderson 2019-01-18 13:36:54 -08:00 committed by Artak
parent 6c4a7c309d
commit 4259fda63f
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-$(BuildNumber)'">false</IncludeCustomRestoreSourcesValue>
<IncludeCustomRestoreSourcesValue Condition=" '$(IsFinalBuild)' == 'true' AND ('$(PreReleaseLabel)' == 'servicing' OR '$(PreReleaseLabel)' == 'rtm')">false</IncludeCustomRestoreSourcesValue>
<!--
Properties here will be injected into the template config *.json files