Skip to content

Commit c8cf9af

Browse files
authored
[ci]Disable project references so CustomActions doesn't rebuild during MSI build (#33789)
1 parent d64642f commit c8cf9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .pipelines/installer-steps.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ steps:
4343
inputs:
4444
solution: "**/installer/PowerToysSetup.sln"
4545
vsVersion: 17.0
46-
msbuildArgs: /p:CIBuild=true /target:PowerToysInstaller /bl:$(Build.SourcesDirectory)\msbuild.binlog /p:RunBuildEvents=false /p:PerUser=${{parameters.perUserArg}}
46+
msbuildArgs: /p:CIBuild=true /p:BuildProjectReferences=false /target:PowerToysInstaller /bl:$(Build.SourcesDirectory)\msbuild.binlog /p:RunBuildEvents=false /p:PerUser=${{parameters.perUserArg}}
4747
platform: $(BuildPlatform)
4848
configuration: $(BuildConfiguration)
4949
clean: false # don't undo our hard work above by deleting the CustomActions dll

0 commit comments

Comments
 (0)