DTLib.XXHash/appveyor.yml
Oleksandr Melnyk dee020a228 Revert "Remove deployment step"
This reverts commit be6d5f9ce1.
2018-05-14 23:37:05 +03:00

27 lines
683 B
YAML

version: xxHash-{branch}-{build}
test: off
before_build:
- choco install opencover.portable
- choco install codecov
install:
- ps: $env:DOTNET_BUILD_VERSION = $env:APPVEYOR_BUILD_NUMBER
build_script:
- cmd: build.cmd
artifacts:
- path: artifacts\*.nupkg
test_script:
- OpenCover.Console.exe -register:user -target:"dotnet.exe" -targetargs:"test src/Standart.Hash.xxHash.Test" -output:coverage.xml -oldstyle -filter:"+[Standart*]* -[*.Test]*"
- codecov -f "coverage.xml"
deploy:
provider: NuGet
api_key:
secure: 8pM4+if5zngi9oyp1fWIdzdJBs0A2upEaLl+VL6L+rFEDSjEbUtit6k0OrPbDM/n
skip_symbols: true
artifact: /.*\.nupkg/