v0.3.0-preview0001
Pre-release
Pre-release
[v0.3.0-preview0001]
Added
- Added build task
Generate_Conceptual_Help
that runs the cmdlet
New-DscResourcePowerShellHelp
. The build task is primarily meant to
be run by the project Sampler's
build.ps1
. To make the task available forInvoke-Build
in a repository
that is based on Sampler add this
module to required modules, and then in thebuild.yaml
add the following.ModuleBuildTasks: DscResource.DocGenerator: - 'Task.*'
Fixed
- Fix the description in the README.md.