We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b4532 commit f2d1470Copy full SHA for f2d1470
src/AbpCompanyName.AbpProjectName.Core/Web/WebContentFolderHelper.cs
@@ -29,7 +29,7 @@ public static string CalculateContentRootFolder()
29
directoryInfo = directoryInfo.Parent;
30
}
31
32
- return Path.Combine(directoryInfo.FullName, @"src\AbpCompanyName.AbpProjectName.Web");
+ return Path.Combine(directoryInfo.FullName, $"src{Path.DirectorySeparatorChar}AbpCompanyName.AbpProjectName.Web");
33
34
35
private static bool DirectoryContains(string directory, string fileName)
0 commit comments