3 references to TrimTrailingSlash
Microsoft.Build.Tasks.Git (3)
GitDataReader\GitIgnore.cs (1)
86
_workingDirectoryNoSlash = PathUtils.
TrimTrailingSlash
(WorkingDirectory);
GitDataReader\GitIgnore.Matcher.cs (2)
103
var fullPathNoSlash = PathUtils.
TrimTrailingSlash
(PathUtils.ToPosixPath(Path.GetFullPath(fullPath)));
153
normalizedPosixPath = PathUtils.
TrimTrailingSlash
(directory);