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>
6 lines
117 B
Bash
6 lines
117 B
Bash
#!/bin/bash
|
|
|
|
dotnet clean -c Release
|
|
dotnet build -c Release
|
|
dotnet publish -c Release -r linux-x64 --self-contained
|