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