1 write to _extensionPath
Infrastructure.Tests (1)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (1)
39
_extensionPath
= Path.Combine(_workspace.Path, "extension");
3 references to _extensionPath
Infrastructure.Tests (3)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (3)
41
Directory.CreateDirectory(
_extensionPath
);
205
private string PackageJsonPath => Path.Combine(
_extensionPath
, "package.json");
206
private string ChangelogPath => Path.Combine(
_extensionPath
, "CHANGELOG.md");