From fba183d816e0240a8b883f57757a35d2fc7b57f1 Mon Sep 17 00:00:00 2001 From: nikolajlauridsen Date: Wed, 27 Nov 2024 12:43:07 +0100 Subject: [PATCH] Hardcode version to have a working build --- templates/UmbracoProject/.template.config/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/UmbracoProject/.template.config/template.json b/templates/UmbracoProject/.template.config/template.json index d9ae3a078e..f971892168 100644 --- a/templates/UmbracoProject/.template.config/template.json +++ b/templates/UmbracoProject/.template.config/template.json @@ -94,7 +94,7 @@ "cases": [ { "condition": "(UmbracoRelease == 'Latest')", - "value": "*" + "value": "15.1.0-rc" }, { "condition": "(UmbracoRelease == 'LTS')",