Skip to content

Commit

Permalink
update code signing task
Browse files Browse the repository at this point in the history
  • Loading branch information
jazuntee committed Nov 30, 2022
1 parent 1fa64ce commit b0b9796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines/template-psmodule-sign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ steps:
pwsh: true

- ${{ if ne(parameters.EsrpCodeSigningServiceName,'') }}:
- task: EsrpCodeSigning@1
- task: EsrpCodeSigning@2
displayName: 'Sign PowerShell Module Files'
inputs:
ConnectedServiceName: '${{ parameters.EsrpCodeSigningServiceName }}'
Expand Down Expand Up @@ -101,7 +101,7 @@ steps:
StagingDirectory: '$(Pipeline.Workspace)/${{ parameters.artifactOutput }}'
ModuleName: '${{ parameters.moduleName }}'

- task: EsrpCodeSigning@1
- task: EsrpCodeSigning@2
displayName: 'Sign File Catalog'
inputs:
ConnectedServiceName: '${{ parameters.EsrpCodeSigningServiceName }}'
Expand Down

0 comments on commit b0b9796

Please sign in to comment.