Skip to content

Commit 833426f

Browse files
feat: update OutputType attribute to support multiple return types for test item retrieval
1 parent 6054183 commit 833426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ process {
243243
System.IO.FileInfo[]
244244
Returns an array of FileInfo objects representing the test items found.
245245
#>
246-
[OutputType([System.IO.FileInfo[]])]
246+
[OutputType([System.IO.FileInfo[]], [System.Object[]])]
247247
[CmdletBinding()]
248248
param (
249249
# The path to the folder containing test items.

0 commit comments

Comments
 (0)