mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
trying ^ line continuations
This commit is contained in:
@@ -34,15 +34,15 @@ steps:
|
||||
displayName: 'show artifacts'
|
||||
|
||||
- script: |
|
||||
azuresigntool sign \
|
||||
-kvu "$(SigningVaultURL)" \
|
||||
-kvi "$(SigningClientId)" \
|
||||
-kvs "$(SigningClientSecret)" \
|
||||
-kvt "$(SigningTenantId)" \
|
||||
-kvc "$(SigningCertName)" \
|
||||
-v \
|
||||
-ifl \
|
||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx" \
|
||||
azuresigntool sign ^
|
||||
-kvu "$(SigningVaultURL)" ^
|
||||
-kvi "$(SigningClientId)" ^
|
||||
-kvs "$(SigningClientSecret)" ^
|
||||
-kvt "$(SigningTenantId)" ^
|
||||
-kvc "$(SigningCertName)" ^
|
||||
-v ^
|
||||
-ifl ^
|
||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx" ^
|
||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-x64.appx"
|
||||
displayName: 'Sign artifacts'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user