From 254053ccd297d72fdecb3da9ba405cf12d388cfc Mon Sep 17 00:00:00 2001 From: Benjamin Cartier Date: Tue, 13 Nov 2018 13:31:55 -0500 Subject: [PATCH] Deleted AppVeyor build definition --- .appveyor.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 9e2fd8c..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,33 +0,0 @@ -image: Visual Studio 2017 - -branches: - only: - - master - - beta - - stable - -# Don't create a build when a PR is opened -skip_branch_with_pr: true - -nuget: - disable_publish_on_pr: true - -skip_commits: - files: - - 'doc/**/*.*' - -init: -- ps: git config --global core.autocrlf true - -build_script: -- ps: .\build\build.ps1 -script build\build.cake - -artifacts: -- path: .\build\*.nupkg - -deploy: - provider: NuGet - api_key: - secure: aMv5mgCNr/R0IcnSVrwJz7f8C4zSY1lAgJR+B7MLmMJPuPp2FIp426LXc/v66jC1 - skip_symbols: true - artifact: /.*\.nupkg/ \ No newline at end of file