From 465a45daf45e0eb8750c25913d7af2a74b91d3bf Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 12 May 2024 20:53:00 -0600 Subject: [PATCH] Fixes #3470 --- .github/workflows/publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0ae10e467..1454f4baf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,10 +43,9 @@ jobs: - name: Build Release run: | dotnet-gitversion /updateprojectfiles - Import-Module ./Scripts/Terminal.Gui.PowerShell.psd1 - Build-Analyzers - dotnet build -c Release - Remove-Module Terminal.Gui.PowerShell + dotnet build .\Analyzers\Terminal.Gui.Analyzers.Internal\ --no-incremental --nologo --force --configuration Release + dotnet build --no-incremental --nologo --force --configuration Release + - name: Pack run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'