Skip to content

Commit

Permalink
Make building help on CI work
Browse files Browse the repository at this point in the history
  • Loading branch information
rnwood committed Oct 20, 2023
1 parent 3c0c1f2 commit ccd835f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rnwood.Dataverse.Data.PowerShell/buildhelp.ps1
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ccd835f

Please sign in to comment.