Remove appveyor file (#2380)

This commit is contained in:
Mikael Mengistu 2018-05-25 17:26:45 -07:00 committed by Andrew Stanton-Nurse
parent 01109d0be1
commit 9b2e48fdf2
1 changed files with 0 additions and 22 deletions

View File

@ -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