Implemented interface member:
method
PathCombine
Microsoft.Arcade.Common.IFileSystem.PathCombine(System.String, System.String, System.String)
17 references to PathCombine
Microsoft.DotNet.Build.Tasks.Feed.Tests (17)
PushToBuildStorageTests.cs (17)
211
string shippingPackagesDir = mockFileSystem.
PathCombine
("C:", "artifacts", "shipping-packages");
212
string nonShippingPackagesDir = mockFileSystem.
PathCombine
("C:", "artifacts", "nonshipping-packages");
213
string assetsDir = mockFileSystem.
PathCombine
("C:", "artifacts", "blobs");
214
string manifestsDir = mockFileSystem.
PathCombine
("C:", "artifacts", "manifests");
215
string pdbsDir = mockFileSystem.
PathCombine
("C:", "artifacts", "pdbs");
461
string shippingPackagesDir = mockFileSystem.
PathCombine
("C:", "artifacts", "shipping-packages");
462
string nonShippingPackagesDir = mockFileSystem.
PathCombine
("C:", "artifacts", "nonshipping-packages");
463
string assetsDir = mockFileSystem.
PathCombine
("C:", "artifacts", "blobs");
464
string manifestsDir = mockFileSystem.
PathCombine
("C:", "artifacts", "manifests");
465
string pdbsDir = mockFileSystem.
PathCombine
("C:", "artifacts", "pdbs");
578
string shippingPackagesDir = mockFileSystem.
PathCombine
("C:", "artifacts", "shipping-packages");
579
string nonShippingPackagesDir = mockFileSystem.
PathCombine
("C:", "artifacts", "nonshipping-packages");
580
string assetsDir = mockFileSystem.
PathCombine
("C:", "artifacts", "blobs");
581
string manifestsDir = mockFileSystem.
PathCombine
("C:", "artifacts", "manifests");
582
string pdbsDir = mockFileSystem.
PathCombine
("C:", "artifacts", "pdbs");
653
string expectedNonShippingPackagePath = mockFileSystem.
PathCombine
(nonShippingPackagesDir, task.ManifestRepoOrigin, mockFileSystem.GetFileName(PACKAGE_A));
654
string expectedShippingPackagePath = mockFileSystem.
PathCombine
(shippingPackagesDir, task.ManifestRepoOrigin, mockFileSystem.GetFileName(PACKAGE_B));