5 lines
166 B
Bash
Executable File
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/ |