We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dc8f1 commit b267c2fCopy full SHA for b267c2f
1 file changed
appveyor.yml
@@ -17,6 +17,10 @@ environment:
17
#install:
18
#- SET LUAENV=lua51
19
#- cmd: .appveyor\install-lua.cmd
20
+nuget:
21
+ nuget restore
22
+cache:
23
+ - packages -> **\packages.config
24
25
build_script:
26
- if [%BUILDSYSTEM%]==[MSVC] git submodule update --init --recursive
0 commit comments