separating the signing tasks
This commit is contained in:
parent
707cd9f148
commit
7d297e85bb
|
@ -44,9 +44,19 @@ steps:
|
|||
-kvt "$(SigningTenantId)" ^
|
||||
-kvc "$(SigningCertName)" ^
|
||||
-v ^
|
||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx" ^
|
||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx"
|
||||
displayName: 'Sign artifacts 32-bit'
|
||||
|
||||
- script: |
|
||||
azuresigntool sign ^
|
||||
-kvu "$(SigningVaultURL)" ^
|
||||
-kvi "$(SigningClientId)" ^
|
||||
-kvs "$(SigningClientSecret)" ^
|
||||
-kvt "$(SigningTenantId)" ^
|
||||
-kvc "$(SigningCertName)" ^
|
||||
-v ^
|
||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-x64.appx"
|
||||
displayName: 'Sign artifacts '
|
||||
displayName: 'Sign artifacts 64-bit'
|
||||
|
||||
- task: PublishPipelineArtifact@1
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue