Skip to content

Commit

Permalink
AppVeyor: add NuGet restore & cache
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Jul 11, 2018
1 parent 64dc8f1 commit b267c2f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ environment:
#install:
#- SET LUAENV=lua51
#- cmd: .appveyor\install-lua.cmd
nuget:
nuget restore
cache:
- packages -> **\packages.config

build_script:
- if [%BUILDSYSTEM%]==[MSVC] git submodule update --init --recursive
Expand Down

0 comments on commit b267c2f

Please sign in to comment.