1 write to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\ValidateNpmReleaseAliasesTests.cs (1)
26
_scriptPath
= Path.Combine(RepoRoot.Path, "eng", "scripts", "validate-npm-release-aliases.ps1");
1 reference to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\ValidateNpmReleaseAliasesTests.cs (1)
179
using var cmd = new PowerShellCommand(
_scriptPath
, _output)