mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Using scripts to build release for NativeAot and SelfContained.
This commit is contained in:
8
.github/workflows/dotnet-core.yml
vendored
8
.github/workflows/dotnet-core.yml
vendored
@@ -90,14 +90,8 @@ jobs:
|
||||
dotnet-version: 8.x
|
||||
dotnet-quality: 'ga'
|
||||
|
||||
- name: Create local_packages Directory
|
||||
run: mkdir -p local_packages
|
||||
|
||||
- name: Pack Release
|
||||
run: dotnet pack --configuration Release --output ./local_packages
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore --source ./local_packages
|
||||
run: dotnet pack ./Terminal.Gui/Terminal.Gui.csproj --configuration Release --output ./local_packages
|
||||
|
||||
- name: Build Release
|
||||
run: dotnet build --configuration Release
|
||||
|
||||
Reference in New Issue
Block a user