From e0822f9b392bd265f0e7858b6b2627f22ddbcd92 Mon Sep 17 00:00:00 2001 From: Paul Knopf Date: Wed, 8 Aug 2018 03:22:30 -0400 Subject: [PATCH] Using consistent gitversion versions. --- appveyor.yml | 2 +- build/travis.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index da0989cf..38b0202e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ install: - - choco install gitversion.portable -pre -y + - choco install gitversion.portable -pre -y --version 4.0.0-beta0012 before_build: - cmd: gitversion > version.json - cmd: git submodule update --init diff --git a/build/travis.sh b/build/travis.sh index e06e676f..29b62b8a 100755 --- a/build/travis.sh +++ b/build/travis.sh @@ -4,7 +4,7 @@ set -e SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) # Before we run the build, get gitversion and generate a version.json. -nuget install GitVersion.CommandLine -Version 3.6.5 +nuget install GitVersion.CommandLine -Version 4.0.0-beta0012 mono ./GitVersion.CommandLine.3.6.5/tools/GitVersion.exe > version.json if [ "$TRAVIS_OS_NAME" == "linux" ]; then