Added CI config
This commit is contained in:
parent
7d0f9524d8
commit
dcae2a9d28
12
appveyor.yml
Normal file
12
appveyor.yml
Normal file
@ -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
|
||||||
Loading…
Reference in New Issue
Block a user