We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
InvokePesterStub.ps1
1 parent eb21469 commit 9db1f00Copy full SHA for 9db1f00
.vsts-ci/templates/release-general.yml
@@ -33,16 +33,16 @@ steps:
33
34
- template: EsrpSign.yml@ComplianceRepo
35
parameters:
36
- # TODO: $[in(variables['Build.Reason'], 'Manual', 'ResourceTrigger')]
37
- shouldSign: true
38
buildOutputPath: '$(Build.ArtifactStagingDirectory)/vscode-powershell'
39
signOutputPath: '$(Build.ArtifactStagingDirectory)/Signed'
40
alwaysCopy: true # So publishing works
41
certificateId: 'CP-230012' # Authenticode certificate
42
useMinimatch: true # This enables the use of globbing
+ shouldSign: true # We always want to sign
43
# NOTE: Code AKA *.vsix files are not signed
44
pattern: |
45
Install-VSCode.ps1
+ InvokePesterStub.ps1
46
47
- template: EsrpScan.yml@ComplianceRepo
48
0 commit comments