12 lines
205 B
YAML
12 lines
205 B
YAML
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 |