File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -185,12 +185,14 @@ script:
185185 - templatePath : ' .\Templates\entity-yaml.csx'
186186 fileName : ' {Entity.Name}.yml'
187187 directory : ' {Project.Directory}\Yaml\Entity'
188- overwrite : true
188+ overwrite : false
189+ merge : true
189190 model :
190191 - templatePath : ' .\Templates\model-yaml.csx'
191192 fileName : ' {Model.Name}.yml'
192193 directory : ' {Project.Directory}\Yaml\Model'
193- overwrite : true
194+ overwrite : false
195+ merge : true
194196` ` `
195197
196198### TemplatePath
@@ -216,3 +218,7 @@ The directory location to write script template output. *Variables Supported*
216218#### Overwrite
217219
218220Flag indicating whether to overwrite existing file. Default: ` false`
221+
222+ # ### Merge
223+
224+ Flag indicating whether to merge regions with existing file. Default : ` false`
You can’t perform that action at this time.
0 commit comments