From 84ea60265aaee632d1114935f65933cd49bb26d5 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sun, 16 Jul 2017 13:36:12 +0100 Subject: [PATCH] revert changes about develop branch --- README.md | 4 ++-- appveyor.yml | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 83e5f23..5b973b1 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ **SixLabors.Shapes** is a new cross-platform 2D polygon manipulation AP. -[![Build status](https://ci.appveyor.com/api/projects/status/3tqmmb43c7trq43e/branch/develop?svg=true)](https://ci.appveyor.com/project/six-labors/shapes/branch/develop) -[![codecov](https://codecov.io/gh/SixLabors/Shapes/branch/develop/graph/badge.svg)](https://codecov.io/gh/SixLabors/Shapes) +[![Build status](https://ci.appveyor.com/api/projects/status/3tqmmb43c7trq43e/branch/master?svg=true)](https://ci.appveyor.com/project/six-labors/shapes/branch/master) +[![codecov](https://codecov.io/gh/SixLabors/Shapes/branch/master/graph/badge.svg)](https://codecov.io/gh/SixLabors/Shapes) [![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/SixLabors/Shapes/master/LICENSE.txt) [![Join the chat at https://gitter.im/SixLabors/Shapes](https://badges.gitter.im/SixLabors/Shapes.svg)](https://gitter.im/SixLabors/Shapes?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) diff --git a/appveyor.yml b/appveyor.yml index ca1f7e3..e7122ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,14 +25,6 @@ deploy: artifact: /.*\.nupkg/ on: branch: master - - provider: NuGet - server: https://www.myget.org/F/sixlabors-unstable/api/v2/package - symbol_server: https://www.myget.org/F/sixlabors-unstable/symbols/api/v2/package - api_key: - secure: V/lEHP0UeMWIpWd0fiNlY2IgbCnJKQlGdRksECdJbOBdaE20Fl0RNL7WyqHe02o4 - artifact: /.*\.nupkg/ - on: - branch: develop # prevent the double build when a branch has an active PR skip_branch_with_pr: true