Skip to content

Commit 391968e

Browse files
crs
1 parent 0b52d2f commit 391968e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30107,7 +30107,7 @@ const main = async () => {
3010730107
const certificatePath = await getCertificatePath(projectPath);
3010830108
buildArgs.push(`/p:UapAppxPackageBuildMode=SideloadOnly`, `/p:AppxPackageSigningEnabled=true`, `/p:PackageCertificateThumbprint=""`, `/p:PackageCertificateKeyFile="${certificatePath}"`);
3010930109
const certificatePassword = core.getInput(`certificate-password`);
30110-
if (certificatePassword && certificatePassword.length > 0 && certificatePassword !== '') {
30110+
if (certificatePassword) {
3011130111
buildArgs.push(`/p:PackageCertificatePassword="${certificatePassword}"`);
3011230112
}
3011330113
break;

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)