Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverhoek <30193551+verhoek@users.noreply.github.com>2019-12-03 00:41:36 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-03 00:41:36 +0300
commit1f88ef6d6743f9ad8894043399e36569dc7093ab (patch)
tree95a1b8dee36ec3f3561116becb9a1cb0afe109e6 /pipeline
parentead7484004300ae3053c8b91223aa4ceae1c045b (diff)
Updated to SharpComptress 0.23.0
Diffstat (limited to 'pipeline')
-rwxr-xr-xpipeline/stage_build/job.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pipeline/stage_build/job.sh b/pipeline/stage_build/job.sh
index 5c6bd6240..70dd17549 100755
--- a/pipeline/stage_build/job.sh
+++ b/pipeline/stage_build/job.sh
@@ -5,8 +5,8 @@
function build () {
nuget restore "${DUPLICATI_ROOT}"/Duplicati.sln
- if [ ! -d "${DUPLICATI_ROOT}"/packages/SharpCompress.0.18.2 ]; then
- ln -s "${DUPLICATI_ROOT}"/packages/sharpcompress.0.18.2 "${DUPLICATI_ROOT}"/packages/SharpCompress.0.18.2
+ if [ ! -d "${DUPLICATI_ROOT}"/packages/SharpCompress.0.23.0 ]; then
+ ln -s "${DUPLICATI_ROOT}"/packages/sharpcompress.0.23.0 "${DUPLICATI_ROOT}"/packages/SharpCompress.0.23.0
fi
# build version stamper