Skip to content

Commit

Permalink
(build) Added .appveyor.yml to cache dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Mar 3, 2018
1 parent 1ecf4db commit af066ae
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
Expand Up @@ -11,7 +11,9 @@ skip_commits:
- LICENSE
- .travis.yml
image: Visual Studio 2017
cache: tools -> setup.cake,tools/packages.config
cache: tools -> setup.cake,tools/packages.config,.appveyor.yml
install:
- cinst transifex-client
build_script:
- ps: .\build.ps1 -Configuration Release -Target AppVeyor
test: off
Expand Down

0 comments on commit af066ae

Please sign in to comment.