From 9b2e48fdf20a76e25a2f35a4b60b04959f09ffa2 Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Fri, 25 May 2018 17:26:45 -0700 Subject: [PATCH] Remove appveyor file (#2380) --- .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 35b1131ac9..0000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,22 +0,0 @@ -image: Visual Studio 2017 -init: -- git config --global core.autocrlf true -branches: - only: - - dev - - /^release\/.*$/ - - /^(.*\/)?ci-.*$/ -build_script: -- ps: .\run.ps1 -ci default-build -on_finish: -- ps: 7z a testlogs.zip testlogs -- ps: Push-AppveyorArtifact testlogs.zip -install: -- ps: Install-Product node 8 -clone_depth: 1 -environment: - global: - ASPNETCORE_TEST_LOG_DIR: $(APPVEYOR_BUILD_FOLDER)\testlogs -test: 'off' -deploy: 'off' -os: Visual Studio 2017