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:
authorKenneth Skovhede <kenneth@hexad.dk>2019-09-02 14:08:30 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2019-09-02 14:08:30 +0300
commit65581a46fcf28f99922768b98ca2600bd0159e8c (patch)
treeb73534b38acec32761fbf632344bf624e9506c9f
parent1a854106d7fe7a9dfea84779968df211d932a4ae (diff)
Added restore command to the version-stamp updater tool during build
-rw-r--r--build-release.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-release.sh b/build-release.sh
index 5fec34ee2..0775f9dd1 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -125,7 +125,8 @@ fi
rm -rf "Duplicati/GUI/Duplicati.GUI.TrayIcon/bin/Release"
-"${XBUILD}" /property:Configuration=Release "BuildTools/UpdateVersionStamp/UpdateVersionStamp.csproj"
+"${NUGET}" restore "BuildTools/UpdateVersionStamp/UpdateVersionStamp.sln"
+"${XBUILD}" /property:Configuration=Release "BuildTools/UpdateVersionStamp/UpdateVersionStamp.sln"
"${MONO}" "BuildTools/UpdateVersionStamp/bin/Release/UpdateVersionStamp.exe" --version="${RELEASE_VERSION}"
"${NUGET}" restore "BuildTools/AutoUpdateBuilder/AutoUpdateBuilder.sln"