try this wacky hacky sacky thing

This commit is contained in:
Dustin Howett
2022-04-04 13:02:41 -05:00
parent 7d25009932
commit 0fea6df635

View File

@@ -263,7 +263,7 @@ jobs:
inputs: inputs:
solution: '**/installer/PowerToysSetup.sln' solution: '**/installer/PowerToysSetup.sln'
vsVersion: 17.0 vsVersion: 17.0
msbuildArgs: /p:CIBuild=true /bl:$(Build.SourcesDirectory)\msbuild.binlog /t:PowerToysBootstrapper msbuildArgs: /p:CIBuild=true /bl:$(Build.SourcesDirectory)\msbuild.binlog /t:PowerToysBootstrapper /p:BuildProjectReferences=false
platform: $(BuildPlatform) platform: $(BuildPlatform)
configuration: $(BuildConfiguration) configuration: $(BuildConfiguration)
clean: false # don't undo our hard work above by deleting the MSI clean: false # don't undo our hard work above by deleting the MSI