Netcore: Let build.ps1 create the dotnet new templates (#8591)
* Creates the Umbraco.Templates.nuspec on build * Update nuspec to match nuget packages * Updated namespace of Program.cs and Startup.cs and replace these with the project name in templates * Bugfixes for sqlce * Simplified template to have one template with --UseSqlCe as option * Update build/build.ps1 Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com> Co-authored-by: Elitsa Marinovska <21998037+elit0451@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@ using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Umbraco.Core.Composing;
|
||||
|
||||
namespace Umbraco.Web.UI.BackOffice
|
||||
namespace Umbraco.Web.UI.NetCore
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Umbraco.Extensions;
|
||||
|
||||
namespace Umbraco.Web.UI.BackOffice
|
||||
namespace Umbraco.Web.UI.NetCore
|
||||
{
|
||||
public class Startup
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user