1 write to _githubOutputPath
Infrastructure.Tests (1)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (1)
38_githubOutputPath = Path.Combine(_workspace.Path, "github-output.txt");
3 references to _githubOutputPath
Infrastructure.Tests (3)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (3)
238File.WriteAllText(_githubOutputPath, string.Empty); 243.WithEnvironmentVariable("GITHUB_OUTPUT", _githubOutputPath) 262private string ReadGitHubOutput() => File.ReadAllText(_githubOutputPath).Trim();