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