Skip to content

Commit a911eae

Browse files
[release/v7.6.1] Update the PhoneProductId to be the official LTS id used by Store (#27181)
1 parent bd95caa commit a911eae

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
@@ -4314,7 +4314,7 @@ function New-MSIXPackage
43144314
Write-Verbose "Using Preview assets" -Verbose
43154315
} elseif ($LTS) {
43164316
# This is the PhoneProductId for the "Microsoft.PowerShell-LTS" package.
4317-
$PhoneProductId = "a9af273a-c636-47ac-bc2a-775edf80b2b9"
4317+
$PhoneProductId = "b7a4b003-3704-47a9-b018-cfcc9801f4fc"
43184318
Write-Verbose "Using LTS assets" -Verbose
43194319
}
43204320

0 commit comments

Comments
 (0)