Files
Terminal.Gui/Examples/NativeAot/Publish_osx-x64_Debug.sh
BDisp da9286d3f4 Fixes #4231. NativeAot project throws when running the published executable (#4232)
* Fixes #4231. NativeAot project throws when running the published executable

* Code cleanup

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2025-09-10 10:44:08 -06:00

6 lines
109 B
Bash

#!/bin/bash
dotnet clean -c Debug
dotnet build -c Debug
dotnet publish -c Debug -r osx-x64 --self-contained