Skip to content

Commit

Permalink
Merge branch 'v2_develop' into v2_3771_textview-no-printable-rune-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tig authored Oct 11, 2024
2 parents b6b60b1 + bf095b3 commit ffe5154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down

0 comments on commit ffe5154

Please sign in to comment.