Skip to content

Commit b267c2f

Browse files
committed
AppVeyor: add NuGet restore & cache
1 parent 64dc8f1 commit b267c2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ environment:
1717
#install:
1818
#- SET LUAENV=lua51
1919
#- cmd: .appveyor\install-lua.cmd
20+
nuget:
21+
nuget restore
22+
cache:
23+
- packages -> **\packages.config
2024

2125
build_script:
2226
- if [%BUILDSYSTEM%]==[MSVC] git submodule update --init --recursive

0 commit comments

Comments
 (0)