Skip to content

Commit

Permalink
Testing Appveyor round 1
Browse files Browse the repository at this point in the history
  • Loading branch information
microdee committed Dec 21, 2016
1 parent b795b7c commit e072c32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
version: 1.1.{build}
configuration: Debug
platform: Any CPU
before_build:
- ps: nuget restore src/vpm/vpm.sln -verbosity quiet
build:
project: src/vpm/vpm.sln
verbosity: minimal
Expand All @@ -11,4 +13,4 @@ deploy:
- provider: GitHub
auth_token:
secure: YQ0zEVewHeKx2BEx2KQZV/n7rjTzeY+p8q5Zc78XYlUG/jBGyj8LXlM47ipy/zcW
artifact: vpm
artifact: vpm

0 comments on commit e072c32

Please sign in to comment.