Skip to content

Commit ffe5154

Browse files
authored
Merge branch 'v2_develop' into v2_3771_textview-no-printable-rune-fix
2 parents b6b60b1 + bf095b3 commit ffe5154

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- name: Build Release
4444
run: |
4545
dotnet-gitversion /updateprojectfiles
46-
dotnet build --no-incremental --nologo --force --configuration Release
47-
dotnet test --configuration Release
46+
dotnet build Terminal.Gui/Terminal.Gui.csproj --no-incremental --nologo --force --configuration Release
47+
dotnet test Terminal.Gui/Terminal.Gui.csproj --configuration Release
4848
4949
- name: Pack
5050
run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'

0 commit comments

Comments
 (0)