From 4b44a2b2b18b7215cd8744380de2912657e284e5 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 7 Jan 2022 18:01:03 +0100 Subject: [PATCH] Remove appveyor. --- README.md | 3 +-- _config.yml | 1 - appveyor.yml | 15 --------------- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 _config.yml delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index ea8af9f..6cecfa5 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,9 @@

[![NuGet Badge](https://buildstats.info/nuget/MQTTnet)](https://www.nuget.org/packages/MQTTnet) -[![Build status](https://ci.appveyor.com/api/projects/status/ycit86voxfevm2aa/branch/master?svg=true)](https://ci.appveyor.com/project/chkr1011/mqttnet) [![BCH compliance](https://bettercodehub.com/edge/badge/chkr1011/MQTTnet?branch=master)](https://bettercodehub.com/) [![Join the chat at https://gitter.im/MQTTnet/community](https://badges.gitter.im/MQTTnet/community.svg)](https://gitter.im/MQTTnet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://raw.githubusercontent.com/chkr1011/MQTTnet/master/LICENSE) +[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://raw.githubusercontent.com/chkr1011/MQTTnet/master/LICENSE) # MQTTnet diff --git a/_config.yml b/_config.yml deleted file mode 100644 index fc24e7a..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-hacker \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 91f238a..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 1.0.{build} -image: Visual Studio 2019 -configuration: Release -before_build: -- cmd: >- - msbuild /t:restore MQTTnet.sln - - cd Tests/MQTTnet.TestApp.AspNetCore2/ - - npm install - -build: - project: MQTTnet.sln - verbosity: minimal -