Skip to content

Commit

Permalink
trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmEmanuel committed Jan 6, 2024
1 parent 712eb3a commit 17de315
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build/tasks/PlatyPS.UpdateExternalHelp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion .build/tasks/PlatyPS.UpdateMarkdownHelp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17de315

Please sign in to comment.