diff --git a/Rnwood.Dataverse.Data.PowerShell/buildhelp.ps1 b/Rnwood.Dataverse.Data.PowerShell/buildhelp.ps1 index 31f14fb..a928372 100644 --- a/Rnwood.Dataverse.Data.PowerShell/buildhelp.ps1 +++ b/Rnwood.Dataverse.Data.PowerShell/buildhelp.ps1 @@ -1,6 +1,6 @@ param($projectdir) $projectdir=$projectdir.Trim('""') $ErrorActionPreference="Stop" -install-module -scope CurrentUser PlatyPs +install-module -scope CurrentUser PlatyPs -force New-ExternalHelp $projectdir/docs -OutputPath $PSScriptRoot\en-US\ -force \ No newline at end of file