mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
trying exactly what they have
This commit is contained in:
parent
7d297e85bb
commit
165d497b1f
@ -33,8 +33,10 @@ steps:
|
||||
echo GIT_RELEASE_VERSION=$(git_release_version)
|
||||
displayName: 'show artifacts'
|
||||
|
||||
- script: azuresigntool sign --help
|
||||
displayName: 'debug azuresigntool'
|
||||
- task: CmdLine@2
|
||||
displayName: 'Sign artifact test'
|
||||
inputs:
|
||||
script: AzureSignTool sign -du "$(SigningURL)" -kvu "$(SigningVaultURL)" -kvi "$(SigningClientId)" -kvs "$(SigningClientSecret)" -kvc "$(SigningCertName)" -v "$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx"
|
||||
|
||||
- script: |
|
||||
azuresigntool sign ^
|
||||
|
Loading…
Reference in New Issue
Block a user