Skip to content

Commit

Permalink
Deleting the gitversion that comes with the appveyor build so that we…
Browse files Browse the repository at this point in the history
… can use our installed one.
  • Loading branch information
pauldotknopf committed Aug 8, 2018
1 parent b10afa5 commit 8fe5093
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
@@ -1,9 +1,8 @@
install:
- choco install gitversion.portable -pre -y --version 4.0.0-beta0012
before_build:
- cmd: rm -r C:\Tools\GitVersion\
- cmd: gitversion > version.json
- cmd: gitversion /showconfig
- cmd: gitversion /version
- cmd: git submodule update --init
build_script:
- cmd: build/appveyor.bat
Expand Down
2 changes: 0 additions & 2 deletions build/travis.sh
Expand Up @@ -6,8 +6,6 @@ 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 4.0.0-beta0012
mono ./GitVersion.CommandLine.4.0.0-beta0012/tools/GitVersion.exe > version.json
mono ./GitVersion.CommandLine.4.0.0-beta0012/tools/GitVersion.exe /showconfig
mono ./GitVersion.CommandLine.4.0.0-beta0012/tools/GitVersion.exe /version

if [ "$TRAVIS_OS_NAME" == "linux" ]; then

Expand Down

0 comments on commit 8fe5093

Please sign in to comment.