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