We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd95caa commit a911eaeCopy full SHA for a911eae
1 file changed
tools/packaging/packaging.psm1
@@ -4314,7 +4314,7 @@ function New-MSIXPackage
4314
Write-Verbose "Using Preview assets" -Verbose
4315
} elseif ($LTS) {
4316
# This is the PhoneProductId for the "Microsoft.PowerShell-LTS" package.
4317
- $PhoneProductId = "a9af273a-c636-47ac-bc2a-775edf80b2b9"
+ $PhoneProductId = "b7a4b003-3704-47a9-b018-cfcc9801f4fc"
4318
Write-Verbose "Using LTS assets" -Verbose
4319
}
4320
0 commit comments