1 implementation of GetFileName
Microsoft.Arcade.Common (1)
FileSystem.cs (1)
23public string? GetFileName(string? path) => Path.GetFileName(path);
2 references to GetFileName
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PushToBuildStorage.cs (2)
352Id = _fileSystem.GetFileName(AssetManifestPath) 407string filename = _fileSystem.GetFileName(originalArtifactPath);