diff --git a/README.md b/README.md index 87aaf43..70c7149 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # cv4pve-pepper -[![License](https://img.shields.io/github/license/Corsinvest/cv4pve-pepper.svg)](LICENSE.md) [![AppVeyor branch](https://img.shields.io/appveyor/ci/franklupo/cv4pve-pepper/master.svg)](https://ci.appveyor.com/project/franklupo/cv4pve-pepper) +[![License](https://img.shields.io/github/license/Corsinvest/cv4pve-pepper.svg)](LICENSE.md) ```text Description: diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 1a040a0..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 1.0.{build} -image: Visual Studio 2019 -build_script: -- cmd: >- - dotnet --version - - dotnet restore - - dotnet build -c Release - - dotnet pack -c Release \ No newline at end of file