We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473e621 commit 2e94094Copy full SHA for 2e94094
build.ps1
@@ -521,7 +521,7 @@ function Find-MakeAppx() {
521
$makeappx
522
}
523
524
-$productVersion = ((Get-Content $PSScriptRoot/dsc/Cargo.toml) -match '^version\s*=\s*') -replace 'version\s*=\s*"(.*?)"', '$1'
+$productVersion = (((Get-Content $PSScriptRoot/dsc/Cargo.toml) -match '^version\s*=\s*') -replace 'version\s*=\s*"(.*?)"', '$1').Trim()
525
526
if ($packageType -eq 'msixbundle') {
527
if (!$IsWindows) {
0 commit comments