11 references to Path
Microsoft.NET.Build.Containers.IntegrationTests (11)
LayerEndToEndTests.cs (9)
19ContentStore.ArtifactRoot = testSpecificArtifactRoot.Path; 27string testFilePath = Path.Join(folder.Path, "TestFile.txt"); 32Layer l = Layer.FromDirectory(directory: folder.Path, containerPath: "/app", false, SchemaTypes.DockerManifestV2); 52string testFilePath = Path.Join(folder.Path, "TestFile.txt"); 57Layer l = Layer.FromDirectory(directory: folder.Path, containerPath: "C:\\app", true, SchemaTypes.DockerManifestV2); 80string childDirectory = Path.Join(folder.Path, "wwwroot"); 91Layer l = Layer.FromDirectory(directory: folder.Path, containerPath: "/app", false, SchemaTypes.DockerManifestV2); 107string testFilePath = Path.Join(folder.Path, "TestFile.txt"); 112Layer l = Layer.FromDirectory(directory: folder.Path, containerPath: "/app", false, SchemaTypes.DockerManifestV2, userId: userId);
TransientTestFolder.cs (2)
18DirectoryInfo = Directory.CreateDirectory(Path); 23Directory.Delete(Path, recursive: true);