We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e44b6 commit e5b7be9Copy full SHA for e5b7be9
.vsts-ci/templates/release-general.yml
@@ -18,6 +18,7 @@ steps:
18
parameters:
19
buildOutputPath: '$(Build.ArtifactStagingDirectory)/PowerShellEditorServices'
20
signOutputPath: '$(Build.ArtifactStagingDirectory)/FirstPartySigned'
21
+ alwaysCopy: true # So publishing works
22
certificateId: 'CP-230012' # Authenticode certificate
23
useMinimatch: true # This enables the use of globbing
24
pattern: |
@@ -35,6 +36,7 @@ steps:
35
36
37
buildOutputPath: '$(Build.ArtifactStagingDirectory)/FirstPartySigned'
38
signOutputPath: '$(Build.ArtifactStagingDirectory)/ThirdPartySigned'
39
40
certificateId: 'CP-231522' # Third-party certificate
41
42
0 commit comments