splitting the two files
This commit is contained in:
parent
a17bbf2143
commit
4d5fab869e
|
@ -41,7 +41,14 @@ steps:
|
||||||
-kvt "$(SigningTenantId)" ^
|
-kvt "$(SigningTenantId)" ^
|
||||||
-kvc "$(SigningCertName)" ^
|
-kvc "$(SigningCertName)" ^
|
||||||
-v ^
|
-v ^
|
||||||
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx" ^
|
"$(System.ArtifactsDirectory)\Bitwarden-$(git_release_version)-ia32.appx"
|
||||||
|
azuresigntool sign ^
|
||||||
|
-kvu "$(SigningVaultURL)" ^
|
||||||
|
-kvi "$(SigningClientId)" ^
|
||||||
|
-kvs "$(SigningClientSecret)" ^
|
||||||
|
-kvt "$(SigningTenantId)" ^
|
||||||
|
-kvc "$(SigningCertName)" ^
|
||||||
|
-v ^
|
||||||
"$(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