Publish_osx-x64_Debug.sh 91 B

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