We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4725bc commit 95c0af5Copy full SHA for 95c0af5
.pipelines/PowerShellEditorServices-Official.yml
@@ -103,20 +103,20 @@ extends:
103
displayName: Sign 1st-party files
104
inputs:
105
command: sign
106
- signing_environment: external_distribution
+ signing_profile: external_distribution
107
search_root: $(Build.SourcesDirectory)/module
108
files_to_sign: |
109
**/*.ps1;
110
**/*.psd1;
111
**/*.psm1;
112
**/*.ps1xml;
113
**/Microsoft.PowerShell.EditorServices*.dll;
114
- !Plaster/*;
+ !Plaster/**;
115
- task: onebranch.pipeline.signing@1
116
displayName: Sign 3rd-party files
117
118
119
- signing_environment: 135020002
+ signing_profile: 135020002
120
121
122
**/MediatR.dll;
0 commit comments