mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
trying ^ line continuations
This commit is contained in:
parent
e020e985a4
commit
ec3ed240d7
@ -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'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user