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