From bf095b37112752109001d85e5f48043e8e7e6b22 Mon Sep 17 00:00:00 2001 From: Tig Date: Thu, 10 Oct 2024 21:47:17 -0400 Subject: [PATCH] Update publish.yml (#3789) --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d968715b5a..6cef8f448f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,8 +43,8 @@ jobs: - name: Build Release run: | dotnet-gitversion /updateprojectfiles - dotnet build --no-incremental --nologo --force --configuration Release - dotnet test --configuration Release + dotnet build Terminal.Gui/Terminal.Gui.csproj --no-incremental --nologo --force --configuration Release + dotnet test Terminal.Gui/Terminal.Gui.csproj --configuration Release - name: Pack run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'