Templating/.appveyor.yml

22 строки
428 B
YAML
Исходник Обычный вид История

init:
- git config --global core.autocrlf true
install:
- ps: Install-Product node 8 x64
branches:
only:
- master
- /^release\/.*$/
- /^(.*\/)?ci-.*$/
build_script:
- ps: .\build.cmd
clone_depth: 1
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
test: 'off'
deploy: 'off'
2018-07-30 20:40:48 +03:00
os: Visual Studio 2017 Preview
before_build:
- choco install googlechrome --ignore-checksum