Skip to content

Commit cba6ad7

Browse files
committed
add actually release cert EKU
1 parent ddf7e0f commit cba6ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/packaging/packaging.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3214,7 +3214,7 @@ function New-MSIXPackage
32143214
}
32153215

32163216
# Appx manifest needs to be in root of source path, but the embedded version needs to be updated
3217-
$releasePublisher = 'CN=Microsoft Windows Store Publisher, O=Microsoft Corporation, L=Redmond, S=Washington, C=US'
3217+
$releasePublisher = 'CN=Microsoft Windows Store Publisher (Store EKU), O=Microsoft Corporation, L=Redmond, S=Washington, C=US'
32183218

32193219
$appxManifest = Get-Content "$RepoRoot\assets\AppxManifest.xml" -Raw
32203220
$appxManifest = $appxManifest.Replace('$VERSION$', $ProductVersion).Replace('$ARCH$', $Architecture).Replace('$PRODUCTNAME$', $productName).Replace('$DISPLAYNAME$', $displayName).Replace('$PUBLISHER$', $releasePublisher)

0 commit comments

Comments
 (0)