1 write to _workspace
Infrastructure.Tests (1)
Hex1bNativePublishingTests.cs (1)
19_workspace = new TemporaryWorkspace(output, Directory.CreateDirectory(
12 references to _workspace
Infrastructure.Tests (12)
Hex1bNativePublishingTests.cs (12)
23public void Dispose() => _workspace.Dispose(); 49var destination = Path.Combine(_workspace.Path, "publish", relativePath); 83var artifacts = Path.Combine(_workspace.Path, "artifacts"); 126var packages = Path.Combine(_workspace.Path, "packages"); 128var layout = Path.Combine(_workspace.Path, "layout"); 169var layout = Path.Combine(_workspace.Path, "layout"); 181"--output", layout, "--artifacts", Path.Combine(_workspace.Path, "missing-artifacts"), "--rid", rid, "--configuration", "Release"]); 258var source = Path.Combine(_workspace.Path, "package", pathInPackage); 268var unrelatedSource = Path.Combine(_workspace.Path, "other", "OpenConsole.exe"); 283new XAttribute("Include", Path.Combine(_workspace.Path, "duplicate", "OpenConsole.exe")), 317var projectPath = Path.Combine(_workspace.Path, "Publish.proj"); 342WorkingDirectory = _workspace.Path,