aspnetcore/appveyor.yml

18 lines
307 B
YAML

init:
- git config --global core.autocrlf true
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
build_script:
- ps: .\build.ps1
install:
- set PATH=C:\Python27\scripts;%PATH%
- pip install autobahntestsuite
clone_depth: 1
test: off
deploy: off
os: Visual Studio 2017 RC