Remove deployment step

This commit is contained in:
Oleksandr Melnyk 2018-05-14 23:35:34 +03:00
parent 5499b793c4
commit be6d5f9ce1

View File

@ -17,11 +17,4 @@ artifacts:
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/
- codecov -f "coverage.xml"