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 d96e1b6 commit 40d97f4Copy full SHA for 40d97f4
appveyor.yml
@@ -0,0 +1,8 @@
1
+version: N{build}
2
+image: Visual Studio 2017 RC
3
+before_build:
4
+- cmd: dotnet restore
5
+build:
6
+ verbosity: minimal
7
+test_script:
8
+- cmd: dotnet test NetTelegramBotApi.Tests/NetTelegramBotApi.Tests.csproj
0 commit comments