diff --git a/d365fo.tools/internal/functions/publish-d365foresources.ps1 b/d365fo.tools/internal/functions/publish-d365foresources.ps1 index 03d2c301..d72b9d3e 100644 --- a/d365fo.tools/internal/functions/publish-d365foresources.ps1 +++ b/d365fo.tools/internal/functions/publish-d365foresources.ps1 @@ -157,6 +157,7 @@ function Publish-Resource { function Test-PublishResource { [CmdletBinding()] + [OutputType([System.Boolean])] param ( [Parameter(Mandatory = $true)] [hashtable] $ResourceData,