mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-20 02:01:47 +01:00
trying to sign both at the same time
This commit is contained in:
parent
1be12e357e
commit
707cd9f148
@ -44,17 +44,9 @@ steps:
|
|||||||
-kvt "$(SigningTenantId)" ^
|
-kvt "$(SigningTenantId)" ^
|
||||||
-kvc "$(SigningCertName)" ^
|
-kvc "$(SigningCertName)" ^
|
||||||
-v ^
|
-v ^
|
||||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx"
|
"$(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)-x64.appx"
|
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-x64.appx"
|
||||||
displayName: 'Sign artifacts'
|
displayName: 'Sign artifacts '
|
||||||
|
|
||||||
- task: PublishPipelineArtifact@1
|
- task: PublishPipelineArtifact@1
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
Reference in New Issue
Block a user