Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Predicate order has been changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegJytnik committed Dec 18, 2015
1 parent 254332b commit 469c58b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<configuration name="Project.Demo.Website" description="Demo Content" patch:after="configuration[@name='Foundation.Serialization']">
<targetDataStore physicalRootPath="$(sourceFolder)\project\demo\serialization" type="Rainbow.Storage.SerializationFileSystemDataStore, Rainbow" useDataCache="false" singleInstance="true" />
<predicate type="Unicorn.Predicates.SerializationPresetPredicate, Unicorn" singleInstance="true">
<include name="Demo.Website.Templates" database="master" path="/sitecore/templates/Project/Demo" />
<include name="Demo.Website.Content" database="master" path="/sitecore/content/Demo"/>
<include name="Demo.Website.Templates" database="master" path="/sitecore/templates/Project/Demo" />
</predicate>
</configuration>
</configurations>
Expand Down

0 comments on commit 469c58b

Please sign in to comment.