17 references to PowerShellCommand
Infrastructure.Tests (17)
Pipelines\ExtensionE2eRecorderStepTests.cs (1)
72using var command = new PowerShellCommand(scriptPath, testOutput, label: aptBehavior)
Pipelines\NpmCliPackageTests.cs (1)
649using var cmd = new PowerShellCommand(_packScriptPath, _output)
PowerShellScripts\AspireSkillsBundleHashTests.cs (1)
142using var cmd = new PowerShellCommand(driverPath, _output).WithTimeout(TimeSpan.FromMinutes(1));
PowerShellScripts\BuildTestMatrixTests.cs (1)
736using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\DownloadNativeArchivesTests.cs (1)
389using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\ExpandTestMatrixGitHubTests.cs (3)
550using var buildCmd = new PowerShellCommand(buildMatrixScript, _output) 567using var splitCmd = new PowerShellCommand(splitScriptPath, _output) 621using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (3)
222using var cmd = new PowerShellCommand(_scriptPath, _output) 237using var cmd = new PowerShellCommand(_scriptPath, _output) 253using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\SplitTestProjectsTests.cs (1)
187using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\StageNativeCliToolPackagesTests.cs (1)
288using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (1)
240using var command = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\ValidateNpmPackageSignaturesTests.cs (1)
204using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\ValidateNpmReleaseAliasesTests.cs (1)
179using var cmd = new PowerShellCommand(_scriptPath, _output)
PowerShellScripts\WriteClassModeTestPropsTests.cs (1)
116using var cmd = new PowerShellCommand(_scriptPath, _output)