Skip to content

Commit

Permalink
Sign packages (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov authored May 28, 2024
1 parent 0674cb7 commit f733431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azurepipelines/build-release-packages-1es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@ extends:
arguments: '--MainPackage=true --AssembliesPath="$(Build.ArtifactStagingDirectory)\assemblies" --StorageAuthParams="$(appcenter-sdk-blob-storage-access-secret)"'
Version: 2.2.0

- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
displayName: 'Sign Packages'
enabled: false
enabled: true
inputs:
ConnectedServiceName: 'MobileCenter-ESRP'
FolderPath: '$(System.DefaultWorkingDirectory)/'
Expand Down

0 comments on commit f733431

Please sign in to comment.