Skip to content

Commit

Permalink
Make appveyor use cache of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Apr 6, 2016
1 parent b1abb02 commit f2532d7
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,4 +1,4 @@
version: 0.1.0.{build}
version: 1.0.0.{build}
os: Visual Studio 2015
environment:
NUGETKEY:
Expand All @@ -8,3 +8,5 @@ environment:
test: off
build_script:
- cmd: build.cmd ci nugetkey=%NUGETKEY% nugetpublishurl=https://www.myget.org/F/saladlab/api/v2/package nugetprerelease=%APPVEYOR_BUILD_NUMBER% coverallskey=%COVERALLSKEY%
cache:
- packages -> **\packages.config

0 comments on commit f2532d7

Please sign in to comment.