Skip to content

Commit

Permalink
Update Actions/DetermineProjectsToBuild/DetermineProjectsToBuild.psm1
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Holstrup <117829001+aholstrup1@users.noreply.github.com>
  • Loading branch information
mazhelez and aholstrup1 authored Dec 8, 2023
1 parent 0ba00b8 commit 036eef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Get-IsPartialBuild {
[Parameter(HelpMessage = "The base folder", Mandatory = $true)]
[string] $baseFolder,
[Parameter(HelpMessage = "The modified files", Mandatory = $false)]
[array] $modifiedFiles = @()
[string[]] $modifiedFiles = @()
)

$settings = $env:Settings | ConvertFrom-Json
Expand Down

0 comments on commit 036eef3

Please sign in to comment.