mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
Make sure the final WiX bundle contains a *signed* MSI (#17446)
* Make sure the *signed* MSI makes it into the bundle * And don't let Bootstrapper force-build MSI * Revert "And don't let Bootstrapper force-build MSI" This reverts commit77cea11008. * try this wacky hacky sacky thing * Revert "Revert "And don't let Bootstrapper force-build MSI"" This reverts commit7d25009932. * Revert "try this wacky hacky sacky thing" This reverts commit0fea6df635. * ah the things i hate
This commit is contained in:
@@ -263,10 +263,10 @@ jobs:
|
||||
inputs:
|
||||
solution: '**/installer/PowerToysSetup.sln'
|
||||
vsVersion: 17.0
|
||||
msbuildArgs: /p:CIBuild=true /bl:$(Build.SourcesDirectory)\msbuild.binlog
|
||||
msbuildArgs: /p:CIBuild=true /bl:$(Build.SourcesDirectory)\msbuild.binlog /t:PowerToysBootstrapper
|
||||
platform: $(BuildPlatform)
|
||||
configuration: $(BuildConfiguration)
|
||||
clean: true
|
||||
clean: false # don't undo our hard work above by deleting the MSI
|
||||
maximumCpuCount: true
|
||||
|
||||
- task: CmdLine@2
|
||||
|
||||
Reference in New Issue
Block a user