Skip to content

Commit

Permalink
Fix MSIX packaging to determine if a Preview release by inspecting th…
Browse files Browse the repository at this point in the history
…e semantic version string (#11991)
  • Loading branch information
anmenaga committed Mar 5, 2020
1 parent 348ca85 commit 268afbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/packaging/packaging.psm1
Expand Up @@ -3049,7 +3049,7 @@ function New-MSIXPackage

$displayName = $productName

if ($packageName.Contains('-')) {
if ($ProductSemanticVersion.Contains('-')) {
$ProductName += 'Preview'
$displayName += ' Preview'
}
Expand Down

0 comments on commit 268afbd

Please sign in to comment.