Skip to content

Commit 10ecb4d

Browse files
committed
Merged PR 33056: Update pipeline to sign .ps1 files
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.
1 parent ad8bdf1 commit 10ecb4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/PSResourceGet-Official.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ extends:
152152
inputs:
153153
command: 'sign'
154154
signing_profile: external_distribution
155-
files_to_sign: '**\*.psd1;**\*.psm1;**\*.ps1xml;**\Microsoft*.dll'
155+
files_to_sign: '**\*.ps1;**\*.psd1;**\*.psm1;**\*.ps1xml;**\Microsoft*.dll'
156156
search_root: $(signSrcPath)
157157

158158
- pwsh: |

0 commit comments

Comments
 (0)