mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +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
111 B
Bash
6 lines
111 B
Bash
#!/bin/bash
|
|
|
|
dotnet clean -c Debug
|
|
dotnet build -c Debug
|
|
dotnet publish -c Debug -r linux-x64 --self-contained
|