From e7b1f092543e9d207960f43aba0a22b85adac0c3 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Tue, 14 Sep 2021 10:56:31 +0100 Subject: [PATCH] Remove condition around connection string needed to have all unattended arguments in dotnet new template set This is for Umbraco cloud team as they want to set a connection string with the dotnet new template but not set the rest of the unattedend arguments --- build/templates/UmbracoProject/appsettings.Development.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/templates/UmbracoProject/appsettings.Development.json b/build/templates/UmbracoProject/appsettings.Development.json index 7b72c085d7..59b6882a6b 100644 --- a/build/templates/UmbracoProject/appsettings.Development.json +++ b/build/templates/UmbracoProject/appsettings.Development.json @@ -17,11 +17,9 @@ } ] }, - //#if (UsingUnattenedInstall) "ConnectionStrings": { "umbracoDbDSN": "CONNECTION_FROM_TEMPLATE" }, - //#endif "Umbraco": { "CMS": { "Content": {