Publish_osx-x64_Debug.sh 109 B

12345
  1. #!/bin/bash
  2. dotnet clean -c Debug
  3. dotnet build -c Debug
  4. dotnet publish -c Debug -r osx-x64 --self-contained