From 460d8bdf7af036e61e64ba56d17824f98f67fdeb Mon Sep 17 00:00:00 2001 From: Christian Weiss Date: Wed, 19 Sep 2018 13:24:23 +0200 Subject: [PATCH] appveyor build --- .appveyor.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 0000000..5bc7949 --- /dev/null +++ b/.appveyor.yml @@ -0,0 +1,21 @@ +# AppVeyor Build number is incremental and not related to actual version number of the product +version: '{build}' + +image: Visual Studio 2017 + +init: + - cmd: git config --global core.autocrlf true + +environment: + global: + DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true + DOTNET_CLI_TELEMETRY_OPTOUT: 1 + +build_script: + - ps: .\build.ps1 + +test: off + +artifacts: + - path: artifacts\nuget\*.nupkg + name: NuGet