Implemented interface member:
method
PathCombine
Microsoft.Arcade.Common.IFileSystem.PathCombine(System.String, System.String)
8 references to PathCombine
Microsoft.DotNet.Build.Tasks.Feed.Tests (8)
PushToBuildStorageTests.cs (8)
535string expectedNonShippingPackagePath = mockFileSystem.PathCombine(nonShippingPackagesDir, mockFileSystem.GetFileName(PACKAGE_A)); 536string expectedShippingPackagePath = mockFileSystem.PathCombine(shippingPackagesDir, mockFileSystem.GetFileName(PACKAGE_B)); 537string expectedBlobPath = mockFileSystem.PathCombine(assetsDir, "assets/myrepo/file.zip"); 538string expectedPdbPath = mockFileSystem.PathCombine(pdbsDir, "pdbs/my/pdb/file.pdb"); 655string expectedBlobPath = mockFileSystem.PathCombine(assetsDir, "assets/myrepo/file.zip"); 656string expectedPdbPath = mockFileSystem.PathCombine(pdbsDir, "pdbs/my/pdb/file.pdb"); 835var expectedPdbALocation = mockFileSystem.PathCombine(task.PdbArtifactsLocalStorageDir, pdbARelativePath); 836var expectedPdbBLocation = mockFileSystem.PathCombine(task.PdbArtifactsLocalStorageDir, pdbBRelativePath);