From ed3592e252817afdff6b4b04c0eb12c8c0848b59 Mon Sep 17 00:00:00 2001 From: Florian Hopfner Date: Sun, 17 Nov 2024 18:25:43 +0100 Subject: [PATCH] add return type --- d365fo.tools/internal/functions/publish-d365foresources.ps1 | 1 + 1 file changed, 1 insertion(+) 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,