Closed PlagueHO closed 2 years ago
Copy the latest patterns for the build.yml, build.ps1 and azure-pipelines.yml from the PR: https://github.com/dsccommunity/xExchange/pull/471
build.yml
build.ps1
azure-pipelines.yml
#################################################### # DscResource.DocGenerator Configuration # #################################################### DscResource.DocGenerator: Generate_Conceptual_Help: MarkdownCodeRegularExpression: - '\`(.+?)\`' # Match inline code-block - '\\(\\)' # Match escaped backslash - '\[[^\[]+\]\((.+?)\)' # Match markdown URL - '_(.+?)_' # Match Italic (underscore) - '\*\*(.+?)\*\*' # Match bold - '\*(.+?)\*' # Match Italic (asterisk)
publish: - publish_module_to_gallery - Publish_Release_To_GitHub - Publish_GitHub_Wiki_Content - Create_ChangeLog_GitHub_PR
Add SECURITY.md as well.
Also, update GitVersion task.
Copy the latest patterns for the
build.yml
,build.ps1
andazure-pipelines.yml
from the PR: https://github.com/dsccommunity/xExchange/pull/471build.yml
Add SECURITY.md as well.
Also, update GitVersion task.