1 write to _workspace
Infrastructure.Tests (1)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (1)
31
_workspace
= TemporaryWorkspace.Create(output);
7 references to _workspace
Infrastructure.Tests (7)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (7)
38
_githubOutputPath = Path.Combine(
_workspace
.Path, "github-output.txt");
39
_extensionPath = Path.Combine(
_workspace
.Path, "extension");
53
public void Dispose() =>
_workspace
.Dispose();
84
File.WriteAllText(Path.Combine(
_workspace
.Path, "base-only.txt"), "unrelated base change");
115
File.WriteAllText(Path.Combine(
_workspace
.Path, "unexpected.txt"), "unexpected");
241
.WithWorkingDirectory(
_workspace
.Path)
264
private string Git(params string[] args) => GitCli.Run(
_workspace
.Path, args);