mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Needs also build before pack locally.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Step 1: Build and pack Terminal.Gui
|
||||
dotnet build ../Terminal.Gui/Terminal.Gui.csproj --configuration Release
|
||||
dotnet pack ../Terminal.Gui/Terminal.Gui.csproj --configuration Release --output ../local_packages
|
||||
|
||||
# Step 2: Restore SelfContained with the new package
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Step 1: Build and pack Terminal.Gui
|
||||
dotnet build ../Terminal.Gui/Terminal.Gui.csproj --configuration Release
|
||||
dotnet pack ../Terminal.Gui/Terminal.Gui.csproj --configuration Release --output ../local_packages
|
||||
|
||||
# Step 2: Restore SelfContained with the new package
|
||||
|
||||
Reference in New Issue
Block a user