Skip to content

Commit

Permalink
Merged PR 33056: Update pipeline to sign .ps1 files
Browse files Browse the repository at this point in the history
Update pipeline to sign .ps1 files

----
#### AI description  (iteration 1)
#### PR Classification
Pipeline update to include additional file types for signing.

#### PR Summary
This pull request updates the pipeline configuration to sign `.ps1` files in addition to the existing file types.
- Updated `/.pipelines/PSResourceGet-Official.yml` to include `**\*.ps1` in the `files_to_sign` parameter.
  • Loading branch information
alerickson committed Oct 22, 2024
1 parent ad8bdf1 commit 10ecb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pipelines/PSResourceGet-Official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ extends:
inputs:
command: 'sign'
signing_profile: external_distribution
files_to_sign: '**\*.psd1;**\*.psm1;**\*.ps1xml;**\Microsoft*.dll'
files_to_sign: '**\*.ps1;**\*.psd1;**\*.psm1;**\*.ps1xml;**\Microsoft*.dll'
search_root: $(signSrcPath)

- pwsh: |
Expand Down

0 comments on commit 10ecb4d

Please sign in to comment.