PSModuleBuildHelper
0.3.0
PowerShell module build helper functions.
Minimum PowerShell version
5.0
Installation Options
Owners
Copyright
(c) 2018 Paul Broadwith
Package Details
Author(s)
- Paul Broadwith
Tags
build invoke-build module helper testing
Functions
Get-BuildEnvironment Get-BuildItem Get-BuildOperatingSystemDetail Get-BuildPowerShellDetail Get-BuildReleaseNote Get-BuildScript Get-BuildSystem Get-BuildSystemEnvironment Get-ChangelogVersion Get-FunctionParameter Get-GitBranchName Get-GitChange Get-GitLastCommitHash Get-GitLastCommitMessage Get-NextReleaseVersion Get-PowerShellGalleryVersion Get-ProjectEnvironment Get-ProjectRoot Get-ReleaseType Get-SourcePath Get-TestEnvironment Hide-SensitiveData Initialize-BuildDependency Initialize-TestEnvironment Install-ChocolateyPackage Install-DependentModule New-GitHubRelease
Dependencies
This module has no dependencies.
Release Notes
* Fixed issue in UpdateMetadata task where if you had an entry for FormatsToProcess it would overwrite all of the manifest data and cause an exception;
* Fixed issue where the default Code Coverage Threshold was not being applied if you did not have a build configuration;
* Reordered tasks to push a git release AFTER the manifest had been committed;
* If you have help -> DocUri in your build configuration then this will be used as the URL for online documentation when using the UpdateModuleHelp task;
* Changed behaviour of Get-BuildReleaseNote to not include the line containing the matched version number. Added parameter 'IncludeVersionLine' for when you do want to keep this but by default it is skipped. Also fixed an issue where a blank newline was being added to the end of the notes.
* Removed function Get-ManifestVersion as it was only effectively one line of code;
FileList
- PSModuleBuildHelper.nuspec
- LICENSE
- PSModuleBuildHelper.psd1
- psmodulebuildhelper.psm1
- Start-ModuleBuild.ps1
- en-US\about_PSModuleBuildHelper.help.txt