Compare commits
2 Commits
37200b4ced
...
2838b3756f
| Author | SHA1 | Date |
|---|---|---|
|
|
2838b3756f | |
|
|
4f9dcfd584 |
|
|
@ -78,7 +78,7 @@ public static class FileStoreHelper
|
|||
{
|
||||
var rootPath = GetIRaCISRootPath(_hostEnvironment);
|
||||
|
||||
var physicalFilePath = Path.Combine(rootPath, relativePath);
|
||||
var physicalFilePath = Path.Combine(rootPath, relativePath.TrimStart('/'));
|
||||
|
||||
return physicalFilePath;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue