We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64f25b commit 135053cCopy full SHA for 135053c
1 file changed
appveyor.yml
@@ -3,12 +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 -y
8
9
before_build:
10
- cmd: dotnet --version
11
- - ps: c:\ProgramData\chocolatey\lib\gitversion.portable\tools\gitversion.exe /l console /output buildserver
+ - ps: gitversion /l console /output buildserver
12
13
build_script:
14
- cmd: build.cmd
0 commit comments