Disable the version changing on AppVeyor

Apparently it breaks the build detail links on GitHub, not really
acceptable that.
pull/50/head
Alexander "Ace" Olofsson 8 years ago
parent 61d9729767
commit c93f7b90c5

@ -103,9 +103,7 @@ if [ -z $APPVEYOR ]; then
else
echo "Running prebuild in Appveyor."
cd ${APPVEYOR_BUILD_FOLDER:-}
VERSION="$(cat README.md | grep Version: | awk '{ print $3; }')-$(git rev-parse --short HEAD)"
appveyor UpdateBuild -Version "$VERSION" > /dev/null &
cd "$APPVEYOR_BUILD_FOLDER"
fi
run_cmd() {

Loading…
Cancel
Save