Compare commits

...

1 Commits

Author SHA1 Message Date
Kai Tao
d030088bb9 Update build-installer.ps1 2025-07-23 16:44:27 +08:00

View File

@@ -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'
Write-Host '[PIPELINE] Completed'