mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
[ci]Disable project references so CustomActions doesn't rebuild during MSI build (#33789)
This commit is contained in:
parent
d64642f29c
commit
c8cf9af3c7
@ -43,7 +43,7 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
solution: "**/installer/PowerToysSetup.sln"
|
solution: "**/installer/PowerToysSetup.sln"
|
||||||
vsVersion: 17.0
|
vsVersion: 17.0
|
||||||
msbuildArgs: /p:CIBuild=true /target:PowerToysInstaller /bl:$(Build.SourcesDirectory)\msbuild.binlog /p:RunBuildEvents=false /p:PerUser=${{parameters.perUserArg}}
|
msbuildArgs: /p:CIBuild=true /p:BuildProjectReferences=false /target:PowerToysInstaller /bl:$(Build.SourcesDirectory)\msbuild.binlog /p:RunBuildEvents=false /p:PerUser=${{parameters.perUserArg}}
|
||||||
platform: $(BuildPlatform)
|
platform: $(BuildPlatform)
|
||||||
configuration: $(BuildConfiguration)
|
configuration: $(BuildConfiguration)
|
||||||
clean: false # don't undo our hard work above by deleting the CustomActions dll
|
clean: false # don't undo our hard work above by deleting the CustomActions dll
|
||||||
|
Loading…
Reference in New Issue
Block a user