diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..e1bb626 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,8 @@ +version: N{build} +image: Visual Studio 2017 RC +before_build: +- cmd: dotnet restore +build: + verbosity: minimal +test_script: +- cmd: dotnet test NetTelegramBotApi.Tests/NetTelegramBotApi.Tests.csproj