Skip to content

Commit e5b7be9

Browse files
committed
Fix publish step
The template allows us to always copy so we can depend on it for publish.
1 parent 29e44b6 commit e5b7be9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.vsts-ci/templates/release-general.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ steps:
1818
parameters:
1919
buildOutputPath: '$(Build.ArtifactStagingDirectory)/PowerShellEditorServices'
2020
signOutputPath: '$(Build.ArtifactStagingDirectory)/FirstPartySigned'
21+
alwaysCopy: true # So publishing works
2122
certificateId: 'CP-230012' # Authenticode certificate
2223
useMinimatch: true # This enables the use of globbing
2324
pattern: |
@@ -35,6 +36,7 @@ steps:
3536
parameters:
3637
buildOutputPath: '$(Build.ArtifactStagingDirectory)/FirstPartySigned'
3738
signOutputPath: '$(Build.ArtifactStagingDirectory)/ThirdPartySigned'
39+
alwaysCopy: true # So publishing works
3840
certificateId: 'CP-231522' # Third-party certificate
3941
useMinimatch: true # This enables the use of globbing
4042
pattern: |

0 commit comments

Comments
 (0)