107 references to ScriptToolCommand
Aspire.Acquisition.Tests (107)
Scripts\PRScriptInstallE2ETests.cs (1)
38using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput);
Scripts\PRScriptInstallerModeTests.cs (17)
21var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 29var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 470using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 537using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 577using var cmd = new ScriptToolCommand("eng/homebrew/dogfood.sh", env, _testOutput); 595using var cmd = new ScriptToolCommand("eng/homebrew/validate-cask-artifact.sh", env, _testOutput); 614using var cmd = new ScriptToolCommand("eng/homebrew/prepare-cask-artifact.sh", env, _testOutput); 647using var cmd = new ScriptToolCommand("eng/homebrew/prepare-cask-artifact.sh", env, _testOutput); 674using var cmd = new ScriptToolCommand("eng/homebrew/prepare-cask-artifact.sh", env, _testOutput); 769using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 810using var cmd = new ScriptToolCommand("eng/winget/prepare-manifest-artifact.ps1", env, _testOutput); 843using var cmd = new ScriptToolCommand("eng/winget/dogfood.ps1", env, _testOutput); 862using var cmd = new ScriptToolCommand("eng/winget/dogfood.ps1", env, _testOutput); 889using var cmd = new ScriptToolCommand("eng/winget/dogfood.ps1", env, _testOutput); 927using var cmd = new ScriptToolCommand("eng/winget/dogfood.ps1", env, _testOutput); 959using var cmd = new ScriptToolCommand("eng/winget/prepare-manifest-artifact.ps1", env, _testOutput); 1012using var cmd = new ScriptToolCommand("eng/winget/dogfood.ps1", env, _testOutput);
Scripts\PRScriptIntegrationTests.cs (4)
39using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 60using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 81using var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 102using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput);
Scripts\PRScriptPowerShellTests.cs (7)
26var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 35using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 50using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 186using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 211using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 419using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 600using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput);
Scripts\PRScriptShellTests.cs (9)
24var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 33using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 44using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 67using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 146using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 171using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 252using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 497using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 665using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput);
Scripts\PRScriptToolModeTests.cs (29)
34var cmd = new ScriptToolCommand(ScriptPaths.PRShell, env, _testOutput); 42var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, 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); 723using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 755using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 780using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 801using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 883using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 906using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 926using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 947using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 969using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 999using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 1035using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 1072using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput); 1115using var cmd = new ScriptToolCommand(ScriptPaths.PRPowerShell, env, _testOutput);
Scripts\ReleaseScriptPowerShellTests.cs (20)
24using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 39using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 50using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 67using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 78using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 102using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 114using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 131using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 143using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 154using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 168using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 290using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 301using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 312using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 328using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 339using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 357using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 378using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 402using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 420using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput);
Scripts\ReleaseScriptShellTests.cs (17)
25using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 37using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 48using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 59using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 79using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 95using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 110using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 123using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 226using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 237using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 248using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 262using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 273using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 291using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 312using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 336using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput); 356using var cmd = new ScriptToolCommand(s_scriptPath, env, _testOutput);
Scripts\VerifyCliArchivePowerShellTests.cs (3)
28using var cmd = new ScriptToolCommand(ScriptPaths.VerifyCliArchivePowerShell, env, _testOutput); 47using var cmd = new ScriptToolCommand(ScriptPaths.VerifyCliArchivePowerShell, env, _testOutput); 75using var cmd = new ScriptToolCommand(ScriptPaths.VerifyCliArchivePowerShell, env, _testOutput);