mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixes #3790. Can't build v2_develop RELEASE - "The local source 'C:\Users\Tig\s\gui-cs\Terminal.Gui\local_packages' doesn't exist." (#3794)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# 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
|
||||
dotnet restore ./SelfContained.csproj --source ./local_packages
|
||||
|
||||
# Step 3: Build SelfContained
|
||||
dotnet build ./SelfContained.csproj --configuration Release
|
||||
@@ -1,11 +0,0 @@
|
||||
#!/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
|
||||
dotnet restore ./SelfContained.csproj --source ./local_packages
|
||||
|
||||
# Step 3: Build SelfContained
|
||||
dotnet build ./SelfContained.csproj --configuration Release
|
||||
Reference in New Issue
Block a user