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 #263

Closed
PlagueHO opened this issue Apr 12, 2022 · 0 comments · Fixed by #266
Closed

Update CI Pipeline Files from Latest Pattern #263

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

Comments

@PlagueHO
Copy link
Member

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.

Also, update GitVersion task.

@PlagueHO PlagueHO added enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone. labels Apr 12, 2022
@PlagueHO PlagueHO self-assigned this Apr 12, 2022
@johlju johlju removed the in progress The issue is being actively worked on by someone. label Apr 15, 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