From d8565094e35e000c392d7e1547a9a9d40952929e Mon Sep 17 00:00:00 2001 From: Rui Abreu Ferreira Date: Tue, 9 Feb 2016 17:31:01 +0000 Subject: [PATCH] Appveyor: Disable NuGet packages We are running into the size limits of MyGet hosting, and this causes Appveyor builds to be marked as failed, so I'm disabling NuGet entirely. --- contrib/appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contrib/appveyor.yml b/contrib/appveyor.yml index 747512818..f976a8f92 100644 --- a/contrib/appveyor.yml +++ b/contrib/appveyor.yml @@ -33,18 +33,12 @@ build_script: - cmake -G "%CMAKE_GENERATOR%" -DCMAKE_BUILD_TYPE=%configuration% -DCMAKE_INSTALL_PREFIX=../INSTALL .. # FYI CMAKE_BUILD_TYPE does not work with VS generators, use --config - cmake --build . --config %configuration% --target windeployqt -- nuget pack -Version %PKG_VERSION% ..\contrib\neovim-qt.nuspec artifacts: - path: build/bin name: neovim-qt - path: 'build/*.nupkg' name: nupkgs deploy: - - provider: NuGet - server: https://www.myget.org/F/equalsraf/api/v2/package - api_key: - secure: /KlyY91ZSbxwxOjQQlKsNnvCg+m0xjwSwhwAsbg/cjwSm1sfMhIqUQA8K/qww6RM - skip_symbols: true - provider: GitHub description: Automated builds (Appveyor) auth_token: