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)
238
File.WriteAllText(
_githubOutputPath
, string.Empty);
243
.WithEnvironmentVariable("GITHUB_OUTPUT",
_githubOutputPath
)
262
private string ReadGitHubOutput() => File.ReadAllText(
_githubOutputPath
).Trim();