1 implementation of GetRelativePath
Microsoft.Arcade.Common (1)
FileSystem.cs (1)
55
public virtual string
GetRelativePath
(string basePath, string targetPath) => throw new NotImplementedException("Not supported in default FileSystem implementation");
1 reference to GetRelativePath
Microsoft.DotNet.Build.Tasks.Feed (1)
src\PushToBuildStorage.cs (1)
383
string relativePath = _fileSystem.
GetRelativePath
(FutureArtifactPublishBasePath, artifactDestinationPath);