diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d968715b5..6cef8f448 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 }}'