Remove deployment step
This commit is contained in:
parent
5499b793c4
commit
be6d5f9ce1
@ -17,11 +17,4 @@ 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/
|
|
||||||
Loading…
Reference in New Issue
Block a user