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

Enhancements #72

Merged
merged 13 commits into from
Jan 19, 2024
Merged

Enhancements #72

merged 13 commits into from
Jan 19, 2024

Conversation

techthoughts2
Copy link
Owner

Pull Request

Issue

Fixes #71

Description

Description of changes:

  • Catesta template module changes
    • Added MarkdownRepair.ps1 and added Markdown repair logic to InvokeBuild script. This is to account for an issue in PowerShell 7.4.0+ where a new parameter was introduced that platyPS can not handle during help creation. Ref: platyPS issue.
      • If a build is run and the build environment is 7.4.0+ the Markdown repair will run to account for the new parameter and repair markdown for help creation.
    • Replaced uses of System.Collections.ArrayList with System.Collections.Generic.List throughout.
    • CI/CD Changes:
      • Azure:
        • Updated testRunner alias reference to testResultsFormat
      • AWS CodeBuild CI/CD changes:
        • PowerShellCodeBuildCC.yml
          • aws/codebuild/standard:6.0 to aws/codebuild/standard:7.0
        • PowerShellCodeBuildGit.yml
          • aws/codebuild/standard:6.0 to aws/codebuild/standard:7.0
      • Plaster bumped from 1.1.3 to 1.1.4
      • Pester bumped from 5.4.0 to 5.5.0
      • InvokeBuild bumped from 5.10.2 to 5.10.5
  • Catesta primary module changes
    • Added MarkdownRepair.ps1 and added Markdown repair logic to InvokeBuild script.
    • Updated LicenseUri and IconUri link in psd1 manifest.
    • Updated link references in inline help for both public functions
    • Replaced uses of System.Collections.ArrayList with System.Collections.Generic.List throughout.
    • Plaster bumped from 1.1.3 to 1.1.4
    • Pester bumped from 5.4.0 to 5.5.0
    • InvokeBuild bumped from 5.10.2 to 5.10.5

License

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@techthoughts2 techthoughts2 self-assigned this Jan 19, 2024
@techthoughts2 techthoughts2 added bug Something isn't working enhancement New feature or request labels Jan 19, 2024
@techthoughts2 techthoughts2 merged commit 4b32697 into main Jan 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CreateMarkdownHelp step in build process failing in PowerShell 7.4.0+
2 participants