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)
535
string expectedNonShippingPackagePath = mockFileSystem.
PathCombine
(nonShippingPackagesDir, mockFileSystem.GetFileName(PACKAGE_A));
536
string expectedShippingPackagePath = mockFileSystem.
PathCombine
(shippingPackagesDir, mockFileSystem.GetFileName(PACKAGE_B));
537
string expectedBlobPath = mockFileSystem.
PathCombine
(assetsDir, "assets/myrepo/file.zip");
538
string expectedPdbPath = mockFileSystem.
PathCombine
(pdbsDir, "pdbs/my/pdb/file.pdb");
655
string expectedBlobPath = mockFileSystem.
PathCombine
(assetsDir, "assets/myrepo/file.zip");
656
string expectedPdbPath = mockFileSystem.
PathCombine
(pdbsDir, "pdbs/my/pdb/file.pdb");
835
var expectedPdbALocation = mockFileSystem.
PathCombine
(task.PdbArtifactsLocalStorageDir, pdbARelativePath);
836
var expectedPdbBLocation = mockFileSystem.
PathCombine
(task.PdbArtifactsLocalStorageDir, pdbBRelativePath);