Merge branch 'dev-v7.6' into temp-faster-startup-less-scanning

# Conflicts:
#	src/Umbraco.Core/PluginManager.cs
This commit is contained in:
Shannon
2017-04-03 16:57:57 +10:00
1080 changed files with 42570 additions and 13230 deletions

View File

@@ -450,6 +450,9 @@ namespace Umbraco.Core
// since all the updates are going to happen in a row when Umbraco starts. that being said, the
// file is small enough, so it is not a priority.
WriteCache();
var dir = Path.GetDirectoryName(filePath);
if (Directory.Exists(dir) == false)
Directory.CreateDirectory(dir);
}
#endregion