Move templates to root

This commit is contained in:
Ronald Barendse
2022-03-24 13:48:43 +01:00
parent d0823d4236
commit f5d0abc28b
20 changed files with 28 additions and 62 deletions

View File

@@ -414,7 +414,7 @@ stages:
#Update the version in templates also
$templatePath =
'build/templates/UmbracoProject/.template.config/template.json'
'templates/UmbracoProject/.template.config/template.json'
$a = Get-Content $templatePath -raw | ConvertFrom-Json
@@ -424,7 +424,7 @@ stages:
$templatePath =
'build/templates/UmbracoPackage/.template.config/template.json'
'templates/UmbracoPackage/.template.config/template.json'
$a = Get-Content $templatePath -raw | ConvertFrom-Json