|
@@ -43,8 +43,8 @@ jobs:
|
|
- name: Build Release
|
|
- name: Build Release
|
|
run: |
|
|
run: |
|
|
dotnet-gitversion /updateprojectfiles
|
|
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
|
|
- name: Pack
|
|
run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'
|
|
run: dotnet pack -c Release --include-symbols -p:Version='${{ steps.gitversion.outputs.SemVer }}'
|