1 write to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\WriteClassModeTestPropsTests.cs (1)
19
_scriptPath
= Path.Combine(RepoRoot.Path, "eng", "scripts", "write-class-mode-test-props.ps1");
1 reference to _scriptPath
Infrastructure.Tests (1)
PowerShellScripts\WriteClassModeTestPropsTests.cs (1)
116
using var cmd = new PowerShellCommand(
_scriptPath
, _output)