Compare commits

..

No commits in common. "2838b3756fc635c2facc4dfb1956ecff2e5e5039" and "37200b4cedbfe9a4b407649ef55f959ca107b14d" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public static class FileStoreHelper
{
var rootPath = GetIRaCISRootPath(_hostEnvironment);
var physicalFilePath = Path.Combine(rootPath, relativePath.TrimStart('/'));
var physicalFilePath = Path.Combine(rootPath, relativePath);
return physicalFilePath;
}