parent
69f52cc3b6
commit
586c4ff780
|
|
@ -38,16 +38,22 @@
|
|||
},
|
||||
{
|
||||
"condition": "(!OrganizationalAuth && !IndividualB2CAuth)",
|
||||
"rename": {
|
||||
"Pages/Shared/_LoginPartial.Identity.cshtml": "Pages/Shared/_LoginPartial.cshtml"
|
||||
},
|
||||
"exclude": [
|
||||
"Controllers/**",
|
||||
"Pages/Account/**",
|
||||
"Pages/_LoginPartial.cshtml"
|
||||
"Pages/Shared/_LoginPartial.OrgAuth.cshtml"
|
||||
]
|
||||
},
|
||||
{
|
||||
"condition": "(!IndividualLocalAuth)",
|
||||
"rename": {
|
||||
"Pages/Shared/_LoginPartial.OrgAuth.cshtml": "Pages/Shared/_LoginPartial.cshtml"
|
||||
},
|
||||
"exclude": [
|
||||
"Pages/Shared/_LoginPartial.cshtml"
|
||||
"Pages/Shared/_LoginPartial.Identity.cshtml"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -85,7 +91,7 @@
|
|||
{
|
||||
"condition": "(IndividualLocalAuth && UseLocalDB)",
|
||||
"rename": {
|
||||
"Data/SqlServer/": "Data/Migrations/",
|
||||
"Data/SqlServer/": "Data/Migrations/"
|
||||
},
|
||||
"exclude": [
|
||||
"Data/SqlLite/**"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
@{
|
||||
Layout = "/Pages/_Layout.cshtml";
|
||||
Layout = "/Pages/Shared/_Layout.cshtml";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue