Skip to content

Commit

Permalink
Fix for logic around whether to include custom restore sources in tem…
Browse files Browse the repository at this point in the history
…plate output
  • Loading branch information
SteveSandersonMS committed Apr 17, 2018
1 parent b587465 commit ac08d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac08d65

Please sign in to comment.