Skip to content

Commit 9db1f00

Browse files
committed
Sign InvokePesterStub.ps1
1 parent eb21469 commit 9db1f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ steps:
3333

3434
- template: EsrpSign.yml@ComplianceRepo
3535
parameters:
36-
# TODO: $[in(variables['Build.Reason'], 'Manual', 'ResourceTrigger')]
37-
shouldSign: true
3836
buildOutputPath: '$(Build.ArtifactStagingDirectory)/vscode-powershell'
3937
signOutputPath: '$(Build.ArtifactStagingDirectory)/Signed'
4038
alwaysCopy: true # So publishing works
4139
certificateId: 'CP-230012' # Authenticode certificate
4240
useMinimatch: true # This enables the use of globbing
41+
shouldSign: true # We always want to sign
4342
# NOTE: Code AKA *.vsix files are not signed
4443
pattern: |
4544
Install-VSCode.ps1
45+
InvokePesterStub.ps1
4646
4747
- template: EsrpScan.yml@ComplianceRepo
4848
parameters:

0 commit comments

Comments
 (0)