From 5499b793c49c64a5512a59019550578a2259d514 Mon Sep 17 00:00:00 2001 From: Oleksandr Melnyk Date: Mon, 14 May 2018 23:26:48 +0300 Subject: [PATCH] Add nuget deploy --- appveyor.yml | 9 ++++++++- nuget.props | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index bb6c3e6..f95e0e2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,4 +17,11 @@ 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" \ No newline at end of file + - codecov -f "coverage.xml" + +deploy: + provider: NuGet + api_key: + secure: 8pM4+if5zngi9oyp1fWIdzdJBs0A2upEaLl+VL6L+rFEDSjEbUtit6k0OrPbDM/n + skip_symbols: true + artifact: /.*\.nupkg/ \ No newline at end of file diff --git a/nuget.props b/nuget.props index cd339e6..ebf447f 100644 --- a/nuget.props +++ b/nuget.props @@ -3,7 +3,7 @@ netstandard2.0 Standart.Hash.xxHash - 1.0.0 + 1.0.1 Standart.Hash.xxHash Standart.Hash.xxHash Alexander Melnik