mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
Needs also build before pack locally.
This commit is contained in:
6
.github/workflows/dotnet-core.yml
vendored
6
.github/workflows/dotnet-core.yml
vendored
@@ -91,12 +91,12 @@ jobs:
|
||||
dotnet-quality: 'ga'
|
||||
|
||||
- name: Build Release Terminal.Gui
|
||||
run: cd Terminal.Gui && dotnet build --configuration Release
|
||||
run: dotnet build ../Terminal.Gui/Terminal.Gui.csproj --configuration Release
|
||||
|
||||
- name: Pack Release
|
||||
- name: Pack Release Terminal.Gui
|
||||
run: dotnet pack Terminal.Gui/Terminal.Gui.csproj --configuration Release --output ./local_packages
|
||||
|
||||
- name: Build Release
|
||||
- name: Build Release Solution
|
||||
run: dotnet build --configuration Release
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user