Merge branch 'release/2.1' into dev

This commit is contained in:
Javier Calvarro Nelson 2018-01-23 17:41:36 -08:00
commit d3c8231ed3
5 changed files with 10 additions and 2 deletions

View File

@ -56,7 +56,8 @@
{
"condition": "(!IndividualLocalAuth)",
"exclude": [
"Data/**"
"Data/**",
"Areas/**"
]
},
{

View File

@ -0,0 +1,3 @@
@{
Layout = "/Pages/_Layout.cshtml";
}

View File

@ -49,7 +49,8 @@
{
"condition": "(!IndividualAuth)",
"exclude": [
"Data/**"
"Data/**",
"Areas/**"
]
},
{

View File

@ -0,0 +1,3 @@
@{
Layout = "/Views/Shared/_Layout.cshtml";
}