31 references to PRShell
Aspire.Acquisition.Tests (31)
Scripts\PipedInstallTests.cs (1)
149var scriptPath = Path.Combine(repoRoot, ScriptPaths.PRShell);
Scripts\PRScriptFunctionTests.cs (1)
16private static readonly string s_prScript = ScriptPaths.PRShell;
Scripts\PRScriptInstallE2ETests.cs (2)
10/// End-to-end coverage for <see cref="ScriptPaths.PRShell"/> through the real 19private static readonly string s_scriptPath = ScriptPaths.PRShell;
Scripts\PRScriptInstallerModeTests.cs (3)
21var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 458using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 525using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput);
Scripts\PRScriptIntegrationTests.cs (2)
39using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 81using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput);
Scripts\PRScriptShellTests.cs (1)
17private static readonly string s_scriptPath = ScriptPaths.PRShell;
Scripts\PRScriptToolModeTests.cs (20)
34var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 140using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 173using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 199using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 221using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 306using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 329using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 349using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 370using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 392using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 423using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 460using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 491using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 528using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 588using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 613ScriptPaths.PRShell, 637ScriptPaths.PRShell, 660ScriptPaths.PRShell, 682ScriptPaths.PRShell, 702ScriptPaths.PRShell,
Scripts\SourceabilityTests.cs (1)
39ScriptPaths.PRShell,