mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 11:17:53 +01:00
try this wacky hacky sacky thing
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user