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