Skip to content

Commit

Permalink
Fix appveyor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Apr 2, 2018
1 parent 0a2922f commit 5a0bba1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5a0bba1

Please sign in to comment.