Skip to content

Commit

Permalink
Updated appveyor.yml to build Debug/Release and from VS2015
Browse files Browse the repository at this point in the history
  • Loading branch information
craigminihan committed Feb 12, 2019
1 parent 91863b5 commit 746b6e0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
platform: Any CPU
configuration: Debug
image: Visual Studio 2017
platform:
- Any CPU

configuration:
- Debug
- Release

image: Visual Studio 2015

before_build:
- nuget restore
- nuget restore HttpWebServer.sln

build:
project: HttpWebServer.sln
project: HttpWebServer.sln

0 comments on commit 746b6e0

Please sign in to comment.