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"); 53public void Dispose() => _workspace.Dispose(); 84File.WriteAllText(Path.Combine(_workspace.Path, "base-only.txt"), "unrelated base change"); 115File.WriteAllText(Path.Combine(_workspace.Path, "unexpected.txt"), "unexpected"); 241.WithWorkingDirectory(_workspace.Path) 264private string Git(params string[] args) => GitCli.Run(_workspace.Path, args);