4 lines
144 B
Bash
Executable File
4 lines
144 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
dotnet publish -r linux-bionic-x64 -p:DisableUnsupportedError=true -p:PublishAotUsingRuntimePack=true -p:RemoveSections=true
|