Skip to content

v0.4.0-preview0002

Pre-release
Pre-release
Compare
Choose a tag to compare
@dscbot dscbot released this 25 Feb 20:20
ae4c17e

[v0.4.0-preview0002]

Added

  • Added build tasks Generate_Wiki_Content (that runs the cmdlet
    New-DscResourceWikiPage). The build task is primarily meant to be run by
    the project Sampler's build.ps1.
    To make the task available for Invoke-Build in a repository that is based
    on Sampler add this module to
    required modules, and then in the build.yaml add the following.
    ModuleBuildTasks:
      DscResource.DocGenerator:
        - 'Task.*'

Fixed

  • Fixes the build task Generate_Conceptual_Help to use the correct
    module version folder name for the built module path (issue #17).