3 references to ToPosixDirectoryPath
Microsoft.Build.Tasks.Git (3)
GitDataReader\GitConfig.Reader.cs (1)
68
_gitDirectoryPosix = PathUtils.
ToPosixDirectoryPath
(gitDirectory);
GitDataReader\GitIgnore.cs (2)
85
WorkingDirectory = PathUtils.
ToPosixDirectoryPath
(workingDirectory);
122
var directory = PathUtils.
ToPosixDirectoryPath
(Path.GetFullPath(Path.GetDirectoryName(path)!));