From 1988d9d00c44ee838f260cee31ce1fcd1709d12c Mon Sep 17 00:00:00 2001 From: Tig Date: Sat, 31 May 2025 19:37:19 -0600 Subject: [PATCH] Fixed release builds 6 --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 586c7cb15..95b05d0c5 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -25,7 +25,7 @@ jobs: dotnet-quality: 'ga' - name: Build Release Terminal.Gui - run: dotnet build Terminal.Gui/Terminal.Gui.csproj --configuration Release + run: dotnet build Terminal.Gui/Terminal.Gui.csproj --no-incremental --nologo --force --configuration Release - name: Pack Release Terminal.Gui run: dotnet pack Terminal.Gui/Terminal.Gui.csproj --configuration Release --output ./local_packages