1 write to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\StageNativeCliToolPackagesTests.cs (1)
33
_scriptPath
= Path.Combine(RepoRoot.Path, "eng", "scripts", "stage-native-cli-tool-packages.ps1");
1 reference to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\StageNativeCliToolPackagesTests.cs (1)
288
using var cmd = new PowerShellCommand(
_scriptPath
, _output)