diff --git a/README.md b/README.md index df38eaf..507256a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ This is a tool package for the [OWASP](https://github.com/OWASP) [Dependency Check](https://github.com/jeremylong/DependencyCheck) -[![Build status](https://ci.appveyor.com/api/projects/status/roueefmlgnbni6f6?svg=true)](https://ci.appveyor.com/project/burakince/dependencycheck-runner-tool) +[![Build status](https://ci.appveyor.com/api/projects/status/ty1dy1a8eo5vchst?svg=true)](https://ci.appveyor.com/project/burakince/dependencycheck-runner-tool) [![NuGet version](https://img.shields.io/nuget/v/DependencyCheck.Runner.Tool.svg)](https://www.nuget.org/packages/DependencyCheck.Runner.Tool/) -[![NuGet downloads](https://img.shields.io/nuget/dt/DependencyCheck.Runner.Tool.svg)](https://www.nuget.org/stats/packages/DependencyCheck.Runner.Tool?groupby=Version) +[![NuGet downloads](https://img.shields.io/nuget/dt/DependencyCheck.Runner.Tool.svg)](https://www.nuget.org/packages/DependencyCheck.Runner.Tool/) diff --git a/appveyor.yml b/appveyor.yml index 61c5f34..1130f17 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,10 @@ branches: only: - master skip_non_tags: true +image: Visual Studio 2017 environment: NUGET_API_KEY: - secure: Hap3+kDvFoLeY5F/EFw6p51gFFITTORIY/xo1/M7GZdBrTn3vn+HN3yF9VAg+Spi + secure: XJbuh2QTiHomtsvMIgeGFc27VfdM69XKjjEEHOOcKAEELRvb2yZp5CwNcEgRoD7V build_script: -- cmd: powershell -NoProfile -ExecutionPolicy unrestricted -Command .\build.ps1 -Target "appveyor" +- cmd: powershell -NoProfile -ExecutionPolicy unrestricted -Command .\build.ps1 -Target "AppVeyor" test: off