mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing Azure unit tests
--HG-- branch : 1.x
This commit is contained in:
@@ -156,7 +156,9 @@ namespace Orchard.Azure {
|
||||
|
||||
public bool TryCreateFolder(string path) {
|
||||
try {
|
||||
CreateFolder(path);
|
||||
if (!Container.DirectoryExists(String.Concat(_root, path))) {
|
||||
CreateFolder(path);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
catch {
|
||||
|
Reference in New Issue
Block a user