1 write to _packScriptPath
Infrastructure.Tests (1)
Pipelines\NpmCliPackageTests.cs (1)
36
_packScriptPath
= Path.Combine(_repoRoot, "eng", "scripts", "pack-cli-npm-package.ps1");
1 reference to _packScriptPath
Infrastructure.Tests (1)
Pipelines\NpmCliPackageTests.cs (1)
579
using var cmd = new PowerShellCommand(
_packScriptPath
, _output)