Skip to content

Commit 5b33561

Browse files
fixing parameter processing
1 parent 3719e2f commit 5b33561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PSModuleDevelopment/functions/build/Invoke-PSMDBuildProject.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
#region Execution
152152
$parameters = @{
153153
RootPath = Split-Path -Path $projectPath
154-
Parameters = $step.Parameters
154+
Parameters = $step.Parameters | ConvertTo-PSFHashtable
155155
ProjectName = $projectObject.Name
156156
StepName = $step.Name
157157
}

0 commit comments

Comments
 (0)