trying ^ line continuations
This commit is contained in:
parent
e020e985a4
commit
ec3ed240d7
|
@ -34,15 +34,15 @@ steps:
|
||||||
displayName: 'show artifacts'
|
displayName: 'show artifacts'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
azuresigntool sign \
|
azuresigntool sign ^
|
||||||
-kvu "$(SigningVaultURL)" \
|
-kvu "$(SigningVaultURL)" ^
|
||||||
-kvi "$(SigningClientId)" \
|
-kvi "$(SigningClientId)" ^
|
||||||
-kvs "$(SigningClientSecret)" \
|
-kvs "$(SigningClientSecret)" ^
|
||||||
-kvt "$(SigningTenantId)" \
|
-kvt "$(SigningTenantId)" ^
|
||||||
-kvc "$(SigningCertName)" \
|
-kvc "$(SigningCertName)" ^
|
||||||
-v \
|
-v ^
|
||||||
-ifl \
|
-ifl ^
|
||||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx" \
|
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx" ^
|
||||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-x64.appx"
|
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-x64.appx"
|
||||||
displayName: 'Sign artifacts'
|
displayName: 'Sign artifacts'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue