Adding a UpdateContextTransform that generates items with the Update attribute set instead of Include. Also, removed the Exists condition for published content, because now that we are using Update, that check is not needed. I left the option to set a condition on the metadata though.

This commit is contained in:
Livar Cunha 2016-12-13 11:40:27 -08:00
parent 84682562bf
commit a22f4be938
8 changed files with 111 additions and 50 deletions

View file

@ -96,7 +96,8 @@
"wwwroot",
"Views",
"appsettings.json",
"web.config"
"web.config",
"nonExistingFile.config"
]
},