Skip to content

EsrpSign.yml@ComplianceRepo could leverage yaml arrays #19

@TylerLeonhardt

Description

@TylerLeonhardt

Currently pattern is a string with commas in it:

pattern: 'Microsoft.PowerShell.*.dll,Microsoft.PowerShell.*.psd1,Microsoft.PowerShell.*.psm1'

It would be nice if this could be:

pattern:
  - 'Microsoft.PowerShell.*.dll'
  - 'Microsoft.PowerShell.*.psd1'
  - 'Microsoft.PowerShell.*.psm1'

to align better with YAML.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions