Skip to content

Commit

Permalink
Disable the version changing on AppVeyor
Browse files Browse the repository at this point in the history
Apparently it breaks the build detail links on GitHub, not really
acceptable that.
  • Loading branch information
ananace committed Aug 28, 2016
1 parent 61d9729 commit c93f7b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CI/before_script.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c93f7b9

Please sign in to comment.