Skip to content

Commit

Permalink
#25
Browse files Browse the repository at this point in the history
Fix build error : Input file does not exist: LineBotKit.sln.
Command exited with code 1
  • Loading branch information
holmes2136 committed Apr 7, 2018
1 parent 280e8db commit fd1b910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '{build}'
image: Visual Studio 2017
before_build:
- cmd: nuget restore LineBotKit.sln
- cmd: nuget restore src/LineBotKit.sln
build:
project: LineBotKit.sln
project: src/LineBotKit.sln
verbosity: minimal

0 comments on commit fd1b910

Please sign in to comment.