1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

trying exactly what they have

This commit is contained in:
Joseph Flinn
2020-12-29 16:02:37 +00:00
parent 7d297e85bb
commit 165d497b1f

View File

@@ -33,8 +33,10 @@ steps:
echo GIT_RELEASE_VERSION=$(git_release_version) echo GIT_RELEASE_VERSION=$(git_release_version)
displayName: 'show artifacts' displayName: 'show artifacts'
- script: azuresigntool sign --help - task: CmdLine@2
displayName: 'debug azuresigntool' 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: | - script: |
azuresigntool sign ^ azuresigntool sign ^