We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy the latest patterns for the build.yml, build.ps1 and azure-pipelines.yml from the PR: dsccommunity/ExchangeDsc#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.
The text was updated successfully, but these errors were encountered:
Updated pipeline files - Fixes #732 (#733)
19e10d1
- Updated `.github` issue templates to standard - Fixes Issue #732. - Added `Create_ChangeLog_GitHub_PR` task to `publish` stage of build pipeline. - Added `SECURITY.md`.
Successfully merging a pull request may close this issue.
Copy the latest patterns for the
build.yml
,build.ps1
andazure-pipelines.yml
from the PR:dsccommunity/ExchangeDsc#471
build.yml
Add SECURITY.md as well.
The text was updated successfully, but these errors were encountered: