Skip to content

Commit fd1b910

Browse files
committed
Fix build error : Input file does not exist: LineBotKit.sln. Command exited with code 1
1 parent 280e8db commit fd1b910

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '{build}'
22
image: Visual Studio 2017
33
before_build:
4-
- cmd: nuget restore LineBotKit.sln
4+
- cmd: nuget restore src/LineBotKit.sln
55
build:
6-
project: LineBotKit.sln
6+
project: src/LineBotKit.sln
77
verbosity: minimal

0 commit comments

Comments
 (0)