projects
/
GitHub
/
Stricted
/
SpeedportHybridControl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d406876
)
.
author
Stricted
<info@stricted.net>
Thu, 10 Nov 2016 19:18:53 +0000
(20:18 +0100)
committer
Stricted
<info@stricted.net>
Thu, 10 Nov 2016 19:25:15 +0000
(20:25 +0100)
appveyor.yml
patch
|
blob
|
blame
|
history
diff --git
a/appveyor.yml
b/appveyor.yml
index aab3490df8027f7433b8fc2c1039235e6eed1871..0e024773b14669385089effec7cfc7c584037f71 100644
(file)
--- a/
appveyor.yml
+++ b/
appveyor.yml
@@
-1,4
+1,10
@@
-Configuration: Release
+image: Visual Studio 2015
+platform: Any CPU
+configuration: Release
+skip_tags: true
-before build:
- -nuget restore
+init:
+ - git config --global core.autocrlf input
+
+before_build:
+ - nuget restore