We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69cdbc commit e4695daCopy full SHA for e4695da
1 file changed
appveyor.yml
@@ -1,5 +1,7 @@
1
version: 0.0.{build}
2
image: Visual Studio 2017
3
+init:
4
+ - git config --global core.autocrlf true # otherwise we have newline errors
5
6
install:
7
- choco install gitversion.portable -pre -y
0 commit comments