Skip to content
This repository was archived by the owner on Feb 22, 2020. It is now read-only.

Commit ce05dea

Browse files
committed
fix appveyor.yml to user correct version of gitversion
1 parent f759408 commit ce05dea

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
@@ -6,7 +6,7 @@ install:
66

77
before_build:
88
- cmd: dotnet --version
9-
- ps: gitversion /l console /output buildserver
9+
- ps: c:\ProgramData\chocolatey\lib\gitversion.portable\tools\gitversion.exe /l console /output buildserver
1010

1111
build_script:
1212
- cmd: build.cmd

0 commit comments

Comments
 (0)