Ensure unit tests run on linux

Signed-off-by: berg <mail@bergmania.dk>
This commit is contained in:
berg
2020-10-21 21:04:10 +02:00
parent 5ecc2676e3
commit 070307ea88
8 changed files with 31 additions and 23 deletions

View File

@@ -12,6 +12,6 @@ namespace Umbraco.Core.Configuration.Models
public uint CachedNameLength { get; set; } = 8;
public string CacheFolder { get; set; } = Path.Combine("..", "Umbraco", "MediaCache");
public string CacheFolder { get; set; } = Path.Combine("..", "umbraco", "mediacache");
}
}