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 280e8db commit fd1b910Copy full SHA for fd1b910
1 file changed
appveyor.yml
@@ -1,7 +1,7 @@
1
version: '{build}'
2
image: Visual Studio 2017
3
before_build:
4
-- cmd: nuget restore LineBotKit.sln
+- cmd: nuget restore src/LineBotKit.sln
5
build:
6
- project: LineBotKit.sln
+ project: src/LineBotKit.sln
7
verbosity: minimal
0 commit comments