From 03e1939179d95b616d037ae9f6be32a3592979d4 Mon Sep 17 00:00:00 2001 From: Steve McConnel Date: Thu, 12 Sep 2024 13:30:59 -0600 Subject: [PATCH] Add NODELTA property to Bloom.proj to disable Squirrel deltas Building a new betainternal project is stopping because it can't build a delta. Having a property allows changing TeamCity to enable/disable deltas instead of checking in a new Bloom.proj each time we need to try this. --- build/Bloom.proj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/Bloom.proj b/build/Bloom.proj index 3bf6b131d049..062933b60fbb 100644 --- a/build/Bloom.proj +++ b/build/Bloom.proj @@ -1,6 +1,7 @@ false @@ -31,6 +32,8 @@ Bloom$(channel) Release 1.2.3.4 + --no-delta + true false Separate @@ -244,7 +247,7 @@ We continue on error so we can output the log contents. --> + Command="$(RootDir)\lib\dotnet\Update --releasify $(RootDir)\build\Bloom$(channel).$(Version).nupkg --releaseDir=$(SquirrelReleaseFolder) --no-msi $(SquirrelDelta) -i $(RootDir)\src\SquirrelInstaller\BloomSetup.ico -g $(RootDir)\src\SquirrelInstaller\installing.gif -l 'Desktop,StartMenu'">