We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6b60b1 + bf095b3 commit ffe5154Copy full SHA for ffe5154
.github/workflows/publish.yml
@@ -43,8 +43,8 @@ jobs:
43
- name: Build Release
44
run: |
45
dotnet-gitversion /updateprojectfiles
46
- dotnet build --no-incremental --nologo --force --configuration Release
47
- 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
48
49
- name: Pack
50
run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'
0 commit comments