Skip to content

Commit

Permalink
Update pipeline files to be signed (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson authored Oct 30, 2024
1 parent b4a7dab commit 8a339b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion CHANGELOG/preview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preview Changelog

## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-09-13
## [1.1.0-RC1](https://github.com/PowerShell/PSResourceGet/compare/v1.1.0-preview2...v1.1.0-RC1) - 2024-10-22

### New Features

Expand Down

0 comments on commit 8a339b0

Please sign in to comment.