Files
duplicati/pipeline/linuxZip/docker/runner.sh
T
2021-01-16 16:19:46 -08:00

5 lines
166 B
Bash
Executable File

mkdir /published/
chmod +S /published/
dotnet publish -c Release --runtime=linux-x64 -o /published/ /sources/Duplicati.sln
zip /sources/linux-release.zip /published/