mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-21 06:45:32 -06:00
Using consistent gitversion versions.
This commit is contained in:
parent
4273537c7a
commit
e0822f9b39
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue