Skip to content

Commit

Permalink
Update build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Jan 14, 2024
1 parent 7e20207 commit 594cae4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ BuildWorkflow:
- Generate_Markdown_For_Public_Commands
- Generate_External_Help_File_For_Public_Commands
- Clean_Markdown_Of_Public_Commands
- Generate_Wiki_Sidebar
- Clean_Markdown_Metadata
- Package_WikContent

pack:
Expand Down Expand Up @@ -216,3 +218,18 @@ DscResource.DocGenerator:
- '_(.+?)_' # Match Italic (underscore)
- '\*\*(.+?)\*\*' # Match bold
- '\*(.+?)\*' # Match Italic (asterisk)
Publish_GitHub_Wiki_Content:
Debug: false
Generate_Wiki_Content:
MofResourceMetadata:
Type: MofResource
Category: Resources
ClassResourceMetadata:
Type: ClassResource
Category: Resources
CompositeResourceMetadata:
Type: CompositeResource
Category: Resources
Generate_Wiki_Sidebar:
Debug: false
AlwaysOverwrite: true

0 comments on commit 594cae4

Please sign in to comment.