Skip to content

Commit 5984659

Browse files
committed
AppVeyor: fix nuget solution path
1 parent 9fae607 commit 5984659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ environment:
1818
#- SET LUAENV=lua51
1919
#- cmd: .appveyor\install-lua.cmd
2020
before_build:
21-
nuget restore
21+
nuget restore src\engine.sln
2222
cache:
2323
- packages -> **\packages.config
2424

0 commit comments

Comments
 (0)