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:
@@ -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 ^
|
||||||
|
|||||||
Reference in New Issue
Block a user