mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
9 lines
333 B
PowerShell
9 lines
333 B
PowerShell
# Step 1: Build and pack Terminal.Gui
|
|
dotnet pack ../Terminal.Gui/Terminal.Gui.csproj --configuration Release --output ../local_packages
|
|
|
|
# Step 2: Restore NativeAot with the new package
|
|
dotnet restore ./NativeAot.csproj --source ./local_packages
|
|
|
|
# Step 3: Build NativeAot
|
|
dotnet build ./NativeAot.csproj --configuration Release
|