diff --git a/.build/tasks/PlatyPS.UpdateExternalHelp.ps1 b/.build/tasks/PlatyPS.UpdateExternalHelp.ps1 index 61024d0..18021e3 100644 --- a/.build/tasks/PlatyPS.UpdateExternalHelp.ps1 +++ b/.build/tasks/PlatyPS.UpdateExternalHelp.ps1 @@ -3,5 +3,5 @@ task updateExternalHelp { Import-Module 'platyPS' -ErrorAction 'Stop' $ModuleManifestPath = (Get-Module -ListAvailable "$BuildModuleOutput/$ProjectName" | Sort-Object Version -Descending | Select-Object -First 1).Path $ModuleVersionPath = Split-Path -Path $ModuleManifestPath -Parent - New-ExternalHelp "$BuildRoot/$HelpSourceFolder/$HelpOutputFolder" -OutputPath "$ModuleVersionPath/$HelpCultureInfo" -Force + New-ExternalHelp -Path "$BuildRoot/$HelpSourceFolder/$HelpOutputFolder/" -OutputPath "$ModuleVersionPath/$HelpCultureInfo/" -Force } \ No newline at end of file diff --git a/.build/tasks/PlatyPS.UpdateMarkdownHelp.ps1 b/.build/tasks/PlatyPS.UpdateMarkdownHelp.ps1 index f35b78f..b6029d6 100644 --- a/.build/tasks/PlatyPS.UpdateMarkdownHelp.ps1 +++ b/.build/tasks/PlatyPS.UpdateMarkdownHelp.ps1 @@ -2,5 +2,5 @@ task updateMarkdownHelp { Import-Module 'platyPS' -ErrorAction 'Stop' $ProjectName = Get-SamplerProjectName -BuildRoot $BuildRoot Import-Module "$BuildModuleOutput/$ProjectName" -Force -ErrorAction 'Stop' - Update-MarkdownHelpModule -Path "$BuildRoot/$HelpSourceFolder/$HelpOutputFolder" + Update-MarkdownHelpModule -Path "$BuildRoot/$HelpSourceFolder/$HelpOutputFolder/" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b175447..331bc08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on and uses the types of changes according to [Keep a Change ## [Unreleased] +### Added + +- Added Sampler ([#48](https://github.com/PalmEmanuel/AzBobbyTables/issues/48)). + ## [3.1.2] - 2024-01-05 ### Added