From 39e366bd1ed3c5ed57a715dbfb24f8372275e098 Mon Sep 17 00:00:00 2001 From: Martijn Laarman Date: Wed, 27 May 2020 17:17:43 +0200 Subject: [PATCH] remove appveyor build again now we push to feedz.io --- appveyor.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index befdafe..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 1.0.{build} -image: Visual Studio 2019 -test: off -environment: - DOTNET_CLI_TELEMETRY_OPTOUT: true - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true -install: - - cmd: choco install dotnetcore-sdk --version 3.0.100 -build_script: - - cmd: build.bat release - -pull_requests: - do_not_increment_build_number: true -nuget: - disable_publish_on_pr: true -for: - - branches: - only: - - master - artifacts: - - path: .\build\output\*.nupkg - name: NuGet