Revert "Remove deployment step"

This reverts commit be6d5f9ce1.
This commit is contained in:
Oleksandr Melnyk 2018-05-14 23:37:05 +03:00
parent be6d5f9ce1
commit dee020a228

View File

@ -17,4 +17,11 @@ artifacts:
test_script: test_script:
- OpenCover.Console.exe -register:user -target:"dotnet.exe" -targetargs:"test src/Standart.Hash.xxHash.Test" -output:coverage.xml -oldstyle -filter:"+[Standart*]* -[*.Test]*" - 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" - codecov -f "coverage.xml"
deploy:
provider: NuGet
api_key:
secure: 8pM4+if5zngi9oyp1fWIdzdJBs0A2upEaLl+VL6L+rFEDSjEbUtit6k0OrPbDM/n
skip_symbols: true
artifact: /.*\.nupkg/