We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64642f commit c8cf9afCopy full SHA for c8cf9af
.pipelines/installer-steps.yml
@@ -43,7 +43,7 @@ steps:
43
inputs:
44
solution: "**/installer/PowerToysSetup.sln"
45
vsVersion: 17.0
46
- 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}}
47
platform: $(BuildPlatform)
48
configuration: $(BuildConfiguration)
49
clean: false # don't undo our hard work above by deleting the CustomActions dll
0 commit comments