Skip to content

Commit

Permalink
Merge branch 'master' into users/pranshunegi/AzureKeyVaultV1
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloAndriiesh authored Nov 8, 2022
2 parents 1a2d2f3 + 917c256 commit 3c553e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export async function getP12Properties(p12Path: string, p12Pwd: string): Promise
openssl1.arg(['pkcs12', '-in', p12Path, '-nokeys', '-passin', 'pass:' + p12Pwd]);

let openssl2: ToolRunner = tl.tool(opensslPath);
openssl2.arg(['x509', '-noout', '-fingerprint', '-subject', '-dates', '-nameopt', 'utf8,sep_semi_plus_space']);
openssl2.arg(['x509', '-sha1', '-noout', '-fingerprint', '-subject', '-dates', '-nameopt', 'utf8,sep_semi_plus_space']);
openssl1.pipeExecOutputToTool(openssl2);

let fingerprint: string;
Expand Down
2 changes: 1 addition & 1 deletion common-npm-packages/ios-signing-common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common-npm-packages/ios-signing-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-pipelines-tasks-ios-signing-common",
"version": "2.201.0",
"version": "2.213.0",
"description": "Azure Pipelines tasks iOS Signing Common",
"main": "ios-signing-common.js",
"scripts": {
Expand Down

0 comments on commit 3c553e4

Please sign in to comment.