Skip to content
New issue

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

Update CI Pipeline Files from Latest Pattern #383

Closed
PlagueHO opened this issue Apr 7, 2022 · 0 comments · Fixed by #384
Closed

Update CI Pipeline Files from Latest Pattern #383

PlagueHO opened this issue Apr 7, 2022 · 0 comments · Fixed by #384
Labels
enhancement The issue is an enhancement request.

Comments

@PlagueHO
Copy link
Member

PlagueHO commented Apr 7, 2022

Copy the latest patterns for the build.yml, build.ps1 and azure-pipelines.yml from the PR:
dsccommunity/ExchangeDsc#471

build.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
  • Also add updated issue templates and related files:
  • .github\ISSUE_TEMPLATE
  • .github\CONTRIBUTING.md
  • .github\PULL_REQUEST_TEMPLATE.md
  • .github\ISSUE_TEMPLATE\General.md
  • .github\ISSUE_TEMPLATE\Problem_with_resource.yml
  • .github\ISSUE_TEMPLATE\Resource_proposal.yml
  • .github\ISSUE_TEMPLATE\config.yml

Add SECURITY.md as well.

@PlagueHO PlagueHO added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Apr 7, 2022
PlagueHO added a commit that referenced this issue Apr 10, 2022
Fix and Update Pipeline files to latest pattern - Fixes #383
@johlju johlju removed the help wanted The issue is up for grabs for anyone in the community. label Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants