We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672e14e commit 5f1ea8eCopy full SHA for 5f1ea8e
1 file changed
appveyor.yml
@@ -4,12 +4,12 @@ init:
4
- git config --global core.autocrlf true # otherwise we have newline errors
5
6
install:
7
- - choco install gitversion.portable -pre -y
+ - dotnet tool install --global GitVersion.Tool --version 5.0.1
8
9
before_build:
10
- cmd: dotnet --version
11
- cmd: dotnet restore
12
- - ps: gitversion /l console /output buildserver
+ - cmd: dotnet gitversion /l console /output buildserver
13
14
build_script:
15
- cmd: build.cmd
0 commit comments