Skip to content

Commit eb2ec13

Browse files
committed
Do not specify version for GitVersion.Tool inside appveyor.yml
1 parent b9d8e2d commit eb2ec13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ skip_branch_with_pr: true
1212
install:
1313
- ps: Switch-DockerLinux
1414
- ps: dotnet tool install -g Codecov.Tool
15-
- ps: dotnet tool install -g GitVersion.Tool --version 5.1.3
15+
- ps: dotnet tool install -g GitVersion.Tool
1616

1717
before_build:
1818
- ps: dotnet gitversion /l console /output buildserver

0 commit comments

Comments
 (0)