24 lines
516 B
YAML
24 lines
516 B
YAML
init:
|
|
- git config --global core.autocrlf true
|
|
environment:
|
|
AUTOBAHN_SUITES_LOG: 1
|
|
global:
|
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
|
ASPNETCORE_WSTEST_PATH: $(APPVEYOR_BUILD_FOLDER)/vendor/virtualenv/Scripts/wstest.exe
|
|
cache:
|
|
- vendor\VCForPython27.msi
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^release\/.*$/
|
|
- /^(.*\/)?ci-.*$/
|
|
install:
|
|
- ps: .\build\setup-wstest.ps1
|
|
build_script:
|
|
- ps: .\run.ps1 default-build
|
|
clone_depth: 1
|
|
test: 'off'
|
|
deploy: 'off'
|
|
os: Visual Studio 2017
|