|
@@ -90,8 +90,11 @@ jobs:
|
|
|
dotnet-version: 8.x
|
|
|
dotnet-quality: 'ga'
|
|
|
|
|
|
+ - name: Build Release Terminal.Gui
|
|
|
+ run: cd Terminal.Gui && dotnet build --configuration Release
|
|
|
+
|
|
|
- name: Pack Release
|
|
|
- run: cd Terminal.Gui && dotnet pack --configuration Release --output ./local_packages
|
|
|
+ run: dotnet pack Terminal.Gui/Terminal.Gui.csproj --configuration Release --output ./local_packages
|
|
|
|
|
|
- name: Build Release
|
|
|
run: dotnet build --configuration Release
|