From: Stricted Date: Thu, 10 Nov 2016 19:18:53 +0000 (+0100) Subject: . X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fba6bae8d5b6dd7ef146616a10fc87c627dc05ea;p=GitHub%2FStricted%2FSpeedportHybridControl.git . --- diff --git a/appveyor.yml b/appveyor.yml index aab3490..0e02477 100644 --- 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