Update default UmbracoVersion template value using MSBuild target (#13481)

* Update default UmbracoVersion template value using MSBuild target

* Fix target order when using pack --no-build

* Use JsonPathUpdateValue MSBuild task to update default UmbracoVersion template value

* Update UmbracoVersion in Umbraco Package RCL
This commit is contained in:
Ronald Barendse
2023-04-05 11:16:43 +02:00
committed by GitHub
parent 92d92feb15
commit 4cb46f06ae
5 changed files with 27 additions and 20 deletions

View File

@@ -51,7 +51,7 @@
"description": "The version of Umbraco.Cms to add as PackageReference.",
"type": "parameter",
"datatype": "string",
"defaultValue": "11.0.0",
"defaultValue": "*",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},
"UseHttpsRedirect": {