diff --git a/tools/build/build-installer.ps1 b/tools/build/build-installer.ps1 index 2d2b12fa81..f185ddfb0f 100644 --- a/tools/build/build-installer.ps1 +++ b/tools/build/build-installer.ps1 @@ -81,7 +81,7 @@ function RunMSBuild { $base = @( $Solution - "/p:Platform=`"$Platform`"" + "/p:Platform=$Platform" "/p:Configuration=$Configuration" "/p:CIBuild=true" '/verbosity:normal' @@ -158,4 +158,4 @@ RunMSBuild 'installer\PowerToysSetup.sln' "/m /t:PowerToysInstaller /p:PerUser=$ RunMSBuild 'installer\PowerToysSetup.sln' "/m /t:PowerToysBootstrapper /p:PerUser=$PerUser" -Write-Host '[PIPELINE] Completed' \ No newline at end of file +Write-Host '[PIPELINE] Completed'