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