Skip to content

Commit

Permalink
Recurse search support for VSTS extension
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin committed Nov 6, 2016
1 parent 906e14a commit 4f519d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/MagicChunks/VSTS/MagicChunks/transform.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ param(
[String] [Parameter(Mandatory = $true)] [ValidateNotNullOrEmpty()]
$sourcePath,

[bool]
$sourcePathRecurse,

[String] [Parameter(Mandatory = $true)] [ValidateNotNullOrEmpty()]
$fileType,

Expand Down

0 comments on commit 4f519d0

Please sign in to comment.