Skip to content

Commit 5f1ea8e

Browse files
author
Scott Williams
committed
try using global tool
1 parent 672e14e commit 5f1ea8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ init:
44
- git config --global core.autocrlf true # otherwise we have newline errors
55

66
install:
7-
- choco install gitversion.portable -pre -y
7+
- dotnet tool install --global GitVersion.Tool --version 5.0.1
88

99
before_build:
1010
- cmd: dotnet --version
1111
- cmd: dotnet restore
12-
- ps: gitversion /l console /output buildserver
12+
- cmd: dotnet gitversion /l console /output buildserver
1313

1414
build_script:
1515
- cmd: build.cmd

0 commit comments

Comments
 (0)