Add nuget deploy

This commit is contained in:
Oleksandr Melnyk 2018-05-14 23:26:48 +03:00
parent 699d9e333d
commit 5499b793c4
2 changed files with 9 additions and 2 deletions

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/

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks> <TargetFrameworks>netstandard2.0</TargetFrameworks>
<PackageId>Standart.Hash.xxHash</PackageId> <PackageId>Standart.Hash.xxHash</PackageId>
<VersionPrefix>1.0.0</VersionPrefix> <VersionPrefix>1.0.1</VersionPrefix>
<AssemblyName>Standart.Hash.xxHash</AssemblyName> <AssemblyName>Standart.Hash.xxHash</AssemblyName>
<AssemblyTitle>Standart.Hash.xxHash</AssemblyTitle> <AssemblyTitle>Standart.Hash.xxHash</AssemblyTitle>
<Authors>Alexander Melnik</Authors> <Authors>Alexander Melnik</Authors>