Skip to content

Commit 672e14e

Browse files
author
Scott Williams
committed
dont use absolute path
1 parent 135053c commit 672e14e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

appveyor.yml

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

6-
#install:
7-
# - choco install gitversion.portable -y
6+
install:
7+
- choco install gitversion.portable -pre -y
88

99
before_build:
1010
- cmd: dotnet --version
11+
- cmd: dotnet restore
1112
- ps: gitversion /l console /output buildserver
1213

1314
build_script:

0 commit comments

Comments
 (0)