mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-17 07:16:46 +00:00
test parameter error
This commit is contained in:
@@ -27,7 +27,7 @@ Describe "Visual Studio" {
|
|||||||
$expectedComponents = Get-ToolsetContent | Select-Object -ExpandProperty visualStudio | Select-Object -ExpandProperty buildtools_workloads
|
$expectedComponents = Get-ToolsetContent | Select-Object -ExpandProperty visualStudio | Select-Object -ExpandProperty buildtools_workloads
|
||||||
$testCases = $expectedComponents | ForEach-Object { @{ComponentName = $_} }
|
$testCases = $expectedComponents | ForEach-Object { @{ComponentName = $_} }
|
||||||
BeforeAll {
|
BeforeAll {
|
||||||
$installedComponents = Get-VisualStudioComponents -ProductType "Build" | Select-Object -ExpandProperty Package
|
$installedComponents = Get-VisualStudioComponents -ProductType "BuildTools" | Select-Object -ExpandProperty Package
|
||||||
}
|
}
|
||||||
|
|
||||||
It "<ComponentName>" -TestCases $testCases {
|
It "<ComponentName>" -TestCases $testCases {
|
||||||
|
|||||||
Reference in New Issue
Block a user