Add new 'Umbraco Package RCL' project template (#13776)

* Add new 'Umbraco Package RCL' project template

* Add --no-restore, hide --framework and remove conflicting -v parameter in Umbraco Package project template

* Hide --framework and --PackageTestSiteName, remove conflicting -v parameter in Umbraco project template and persist selected parameters

* Revert changes to Framework and UmbracoVersion parameter names
This commit is contained in:
Ronald Barendse
2023-04-05 09:32:48 +02:00
committed by GitHub
parent c662f5a36e
commit 92d92feb15
11 changed files with 203 additions and 22 deletions

View File

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