From bc3a45d818f1d1121c526a0c5c2811e8543a2f79 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Mon, 26 Oct 2020 19:13:12 +0100 Subject: [PATCH] Disable automatic NuGet uploads --- README.md | 1 - appveyor.yml | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d12f3b0..5312b94 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,6 @@ See the [docs](docs/Running-the-server.md) for instructions on how to set it up. See [CONTRIBUTING](CONTRIBUTING.md). - ## License This software is distributed under the **GNU GPLv3** License. diff --git a/appveyor.yml b/appveyor.yml index cacd7e3..c8ae638 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,13 +35,13 @@ artifacts: - path: ./build/*.nupkg - path: ./build/*.snupkg -deploy: - - provider: NuGet - artifact: /.*(\.|\.s)nupkg/ - on: - branch: dev - api_key: - secure: 4OHXl+m1KVi60hB1j54MpdP8tVv0UNfkdF4rVP+2AhAjN4a2MVT+Bl90gJZ96xHF +# deploy: +# - provider: NuGet +# artifact: /.*(\.|\.s)nupkg/ +# on: +# branch: dev +# api_key: +# secure: 4OHXl+m1KVi60hB1j54MpdP8tVv0UNfkdF4rVP+2AhAjN4a2MVT+Bl90gJZ96xHF only_commits: files: -- 2.39.5