Added Configuration to TestApplicationEnvironment
This commit is contained in:
parent
039762c497
commit
b1c0792e8c
|
|
@ -36,6 +36,14 @@ namespace Microsoft.AspNet.Mvc.FunctionalTests
|
|||
get { return _applicationBasePath; }
|
||||
}
|
||||
|
||||
public string Configuration
|
||||
{
|
||||
get
|
||||
{
|
||||
return _originalAppEnvironment.Configuration;
|
||||
}
|
||||
}
|
||||
|
||||
public FrameworkName TargetFramework
|
||||
{
|
||||
get { return _originalAppEnvironment.TargetFramework; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue