From 0fea6df635ed0fc41fde8db11f8555d1275daa03 Mon Sep 17 00:00:00 2001 From: Dustin Howett Date: Mon, 4 Apr 2022 13:02:41 -0500 Subject: [PATCH] try this wacky hacky sacky thing --- .pipelines/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/release.yml b/.pipelines/release.yml index 917e28bc84..1ccb7e1e87 100644 --- a/.pipelines/release.yml +++ b/.pipelines/release.yml @@ -263,7 +263,7 @@ jobs: inputs: solution: '**/installer/PowerToysSetup.sln' 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) configuration: $(BuildConfiguration) clean: false # don't undo our hard work above by deleting the MSI