Get LocalTempPath in GlobalSettings
This commit is contained in:
@@ -280,7 +280,7 @@ namespace Umbraco.Tests.Testing
|
||||
// common to all tests = cannot be overriden
|
||||
private static TypeLoader CreateCommonTypeLoader(IAppPolicyCache runtimeCache, IGlobalSettings globalSettings, IProfilingLogger logger)
|
||||
{
|
||||
return new TypeLoader(runtimeCache, globalSettings.LocalTempStorageLocation, logger, false)
|
||||
return new TypeLoader(runtimeCache, globalSettings.LocalTempPath, logger, false)
|
||||
{
|
||||
AssembliesToScan = new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user