Skip to content

Commit 95c0af5

Browse files
committed
Fix OneBranch signing certificate
Which was silently broken due to a typo :(
1 parent a4725bc commit 95c0af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pipelines/PowerShellEditorServices-Official.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,20 +103,20 @@ extends:
103103
displayName: Sign 1st-party files
104104
inputs:
105105
command: sign
106-
signing_environment: external_distribution
106+
signing_profile: external_distribution
107107
search_root: $(Build.SourcesDirectory)/module
108108
files_to_sign: |
109109
**/*.ps1;
110110
**/*.psd1;
111111
**/*.psm1;
112112
**/*.ps1xml;
113113
**/Microsoft.PowerShell.EditorServices*.dll;
114-
!Plaster/*;
114+
!Plaster/**;
115115
- task: onebranch.pipeline.signing@1
116116
displayName: Sign 3rd-party files
117117
inputs:
118118
command: sign
119-
signing_environment: 135020002
119+
signing_profile: 135020002
120120
search_root: $(Build.SourcesDirectory)/module
121121
files_to_sign: |
122122
**/MediatR.dll;

0 commit comments

Comments
 (0)