mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
* Fixes #4231. NativeAot project throws when running the published executable * Code cleanup --------- Co-authored-by: Tig <tig@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
dotnet clean
|
||||
dotnet build
|
||||
dotnet clean -c Debug
|
||||
dotnet build -c Debug
|
||||
dotnet publish -c Debug -r linux-x64 --self-contained
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
dotnet clean
|
||||
dotnet build
|
||||
dotnet clean -c Release
|
||||
dotnet build -c Release
|
||||
dotnet publish -c Release -r linux-x64 --self-contained
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
dotnet clean
|
||||
dotnet build
|
||||
dotnet clean -c Debug
|
||||
dotnet build -c Debug
|
||||
dotnet publish -c Debug -r osx-x64 --self-contained
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
dotnet clean
|
||||
dotnet build
|
||||
dotnet clean -c Release
|
||||
dotnet build -c Release
|
||||
dotnet publish -c Release -r osx-x64 --self-contained
|
||||
|
||||
Reference in New Issue
Block a user