diff --git a/src/BaseTemplates/StarterWeb/Views/Shared/_Layout.cshtml b/src/BaseTemplates/StarterWeb/Views/Shared/_Layout.cshtml index 86c6888c..923695d4 100644 --- a/src/BaseTemplates/StarterWeb/Views/Shared/_Layout.cshtml +++ b/src/BaseTemplates/StarterWeb/Views/Shared/_Layout.cshtml @@ -26,13 +26,13 @@ - $safeprojectname$ + $safeprojectname$ diff --git a/src/BaseTemplates/StarterWeb/project.json b/src/BaseTemplates/StarterWeb/project.json index 8930d1e0..1ef602b6 100644 --- a/src/BaseTemplates/StarterWeb/project.json +++ b/src/BaseTemplates/StarterWeb/project.json @@ -71,6 +71,7 @@ $endif$ "include": [ "wwwroot", "Views", + "Areas\**\Views", "appsettings.json", "web.config" ] diff --git a/src/BaseTemplates/WebAPI/project.json b/src/BaseTemplates/WebAPI/project.json index 02389a45..935178b8 100644 --- a/src/BaseTemplates/WebAPI/project.json +++ b/src/BaseTemplates/WebAPI/project.json @@ -54,6 +54,7 @@ $endif$ "include": [ "wwwroot", "Views", + "Areas\**\Views", "appsettings.json", "web.config" ] diff --git a/src/Rules/StarterWeb/AI/CommonAuth/Views/Shared/_Layout.cshtml b/src/Rules/StarterWeb/AI/CommonAuth/Views/Shared/_Layout.cshtml index e7dd72ee..0aa71de8 100644 --- a/src/Rules/StarterWeb/AI/CommonAuth/Views/Shared/_Layout.cshtml +++ b/src/Rules/StarterWeb/AI/CommonAuth/Views/Shared/_Layout.cshtml @@ -27,13 +27,13 @@ - $safeprojectname$ + $safeprojectname$ diff --git a/src/Rules/StarterWeb/AI/IndividualAuth/project.json b/src/Rules/StarterWeb/AI/IndividualAuth/project.json index 72f759ba..cadec596 100644 --- a/src/Rules/StarterWeb/AI/IndividualAuth/project.json +++ b/src/Rules/StarterWeb/AI/IndividualAuth/project.json @@ -109,6 +109,7 @@ $endif$ "include": [ "wwwroot", "Views", + "Areas\**\Views", "appsettings.json", "web.config" ] diff --git a/src/Rules/StarterWeb/AI/NoAuth/Views/Shared/_Layout.cshtml b/src/Rules/StarterWeb/AI/NoAuth/Views/Shared/_Layout.cshtml index 3cd29c42..c50fdb9b 100644 --- a/src/Rules/StarterWeb/AI/NoAuth/Views/Shared/_Layout.cshtml +++ b/src/Rules/StarterWeb/AI/NoAuth/Views/Shared/_Layout.cshtml @@ -27,13 +27,13 @@ - $safeprojectname$ + $safeprojectname$ diff --git a/src/Rules/StarterWeb/AI/NoAuth/project.json b/src/Rules/StarterWeb/AI/NoAuth/project.json index e4e40f70..ee1f5744 100644 --- a/src/Rules/StarterWeb/AI/NoAuth/project.json +++ b/src/Rules/StarterWeb/AI/NoAuth/project.json @@ -72,6 +72,7 @@ $endif$ "include": [ "wwwroot", "Views", + "Areas\**\Views", "appsettings.json", "web.config" ] diff --git a/src/Rules/StarterWeb/AI/OrganizationalAuth/Multiple/Common/project.json b/src/Rules/StarterWeb/AI/OrganizationalAuth/Multiple/Common/project.json index 5afcd2a4..2bf0bd46 100644 --- a/src/Rules/StarterWeb/AI/OrganizationalAuth/Multiple/Common/project.json +++ b/src/Rules/StarterWeb/AI/OrganizationalAuth/Multiple/Common/project.json @@ -81,6 +81,7 @@ $endif$ "include": [ "wwwroot", "Views", + "Areas\**\Views", "appsettings.json", "web.config" ] diff --git a/src/Rules/StarterWeb/AI/OrganizationalAuth/Single/Common/project.json b/src/Rules/StarterWeb/AI/OrganizationalAuth/Single/Common/project.json index 5afcd2a4..2bf0bd46 100644 --- a/src/Rules/StarterWeb/AI/OrganizationalAuth/Single/Common/project.json +++ b/src/Rules/StarterWeb/AI/OrganizationalAuth/Single/Common/project.json @@ -81,6 +81,7 @@ $endif$ "include": [ "wwwroot", "Views", + "Areas\**\Views", "appsettings.json", "web.config" ] diff --git a/src/Rules/StarterWeb/AI/WindowsAuth/Views/Shared/_Layout.cshtml b/src/Rules/StarterWeb/AI/WindowsAuth/Views/Shared/_Layout.cshtml index b8151ade..c7a57cf5 100644 --- a/src/Rules/StarterWeb/AI/WindowsAuth/Views/Shared/_Layout.cshtml +++ b/src/Rules/StarterWeb/AI/WindowsAuth/Views/Shared/_Layout.cshtml @@ -27,13 +27,13 @@ - $safeprojectname$ + $safeprojectname$ diff --git a/src/Rules/StarterWeb/CommonAuth/Views/Shared/_Layout.cshtml b/src/Rules/StarterWeb/CommonAuth/Views/Shared/_Layout.cshtml index 6e2b79f2..4a952d70 100644 --- a/src/Rules/StarterWeb/CommonAuth/Views/Shared/_Layout.cshtml +++ b/src/Rules/StarterWeb/CommonAuth/Views/Shared/_Layout.cshtml @@ -26,13 +26,13 @@ - $safeprojectname$ + $safeprojectname$ diff --git a/src/Rules/StarterWeb/IndividualAuth/Views/Shared/_LoginPartial.cshtml b/src/Rules/StarterWeb/IndividualAuth/Views/Shared/_LoginPartial.cshtml index 31176d33..1021d7d8 100644 --- a/src/Rules/StarterWeb/IndividualAuth/Views/Shared/_LoginPartial.cshtml +++ b/src/Rules/StarterWeb/IndividualAuth/Views/Shared/_LoginPartial.cshtml @@ -6,10 +6,10 @@ @if (SignInManager.IsSignedIn(User)) { -