From dcae2a9d28b33ad6aba3df004c80ec999c1d3703 Mon Sep 17 00:00:00 2001 From: Oleksandr Melnyk Date: Sun, 22 Apr 2018 15:32:20 +0300 Subject: [PATCH] Added CI config --- appveyor.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..db94120 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,12 @@ +version: xxHash-{branch}-{build} + +test: off + +install: + - ps: $env:DOTNET_BUILD_VERSION = $env:APPVEYOR_BUILD_NUMBER + +build_script: + - cmd: build.cmd + +artifacts: + - path: artifacts\*.nupkg \ No newline at end of file