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)
23
public void Dispose() =>
_workspace
.Dispose();
49
var destination = Path.Combine(
_workspace
.Path, "publish", relativePath);
83
var artifacts = Path.Combine(
_workspace
.Path, "artifacts");
126
var packages = Path.Combine(
_workspace
.Path, "packages");
128
var layout = Path.Combine(
_workspace
.Path, "layout");
169
var layout = Path.Combine(
_workspace
.Path, "layout");
181
"--output", layout, "--artifacts", Path.Combine(
_workspace
.Path, "missing-artifacts"), "--rid", rid, "--configuration", "Release"]);
258
var source = Path.Combine(
_workspace
.Path, "package", pathInPackage);
268
var unrelatedSource = Path.Combine(
_workspace
.Path, "other", "OpenConsole.exe");
283
new XAttribute("Include", Path.Combine(
_workspace
.Path, "duplicate", "OpenConsole.exe")),
317
var projectPath = Path.Combine(
_workspace
.Path, "Publish.proj");
342
WorkingDirectory =
_workspace
.Path,