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:
parent
84682562bf
commit
a22f4be938
8 changed files with 111 additions and 50 deletions
|
@ -96,7 +96,8 @@
|
|||
"wwwroot",
|
||||
"Views",
|
||||
"appsettings.json",
|
||||
"web.config"
|
||||
"web.config",
|
||||
"nonExistingFile.config"
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue