trying to sign both at the same time
This commit is contained in:
parent
1be12e357e
commit
707cd9f148
|
@ -44,17 +44,9 @@ steps:
|
|||
-kvt "$(SigningTenantId)" ^
|
||||
-kvc "$(SigningCertName)" ^
|
||||
-v ^
|
||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx"
|
||||
|
||||
azuresigntool sign ^
|
||||
-kvu "$(SigningVaultURL)" ^
|
||||
-kvi "$(SigningClientId)" ^
|
||||
-kvs "$(SigningClientSecret)" ^
|
||||
-kvt "$(SigningTenantId)" ^
|
||||
-kvc "$(SigningCertName)" ^
|
||||
-v ^
|
||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx" ^
|
||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-x64.appx"
|
||||
displayName: 'Sign artifacts'
|
||||
displayName: 'Sign artifacts '
|
||||
|
||||
- task: PublishPipelineArtifact@1
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue