Skip to content

Commit 8a339b0

Browse files
authored
Update pipeline files to be signed (#1735)
1 parent b4a7dab commit 8a339b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/PSResourceGet-Official.yml

Lines changed: 1 addition & 1 deletion
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: |

CHANGELOG/preview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Preview Changelog
22

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

55
### New Features
66

0 commit comments

Comments
 (0)