2017-09-20 23:20:52 +03:00
|
|
|
init:
|
2018-02-01 02:01:11 +03:00
|
|
|
- git config --global core.autocrlf true
|
2016-03-10 03:35:14 +03:00
|
|
|
branches:
|
|
|
|
only:
|
2018-07-02 22:40:24 +03:00
|
|
|
- master
|
2018-02-01 02:01:11 +03:00
|
|
|
- /^release\/.*$/
|
|
|
|
- /^(.*\/)?ci-.*$/
|
2015-04-02 01:51:23 +03:00
|
|
|
build_script:
|
2018-02-01 02:01:11 +03:00
|
|
|
- ps: .\run.ps1 default-build
|
2015-04-02 01:51:23 +03:00
|
|
|
clone_depth: 1
|
2017-07-08 00:55:58 +03:00
|
|
|
environment:
|
|
|
|
global:
|
|
|
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
|
|
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
2018-02-01 02:01:11 +03:00
|
|
|
test: 'off'
|
|
|
|
deploy: 'off'
|
2017-03-14 23:40:35 +03:00
|
|
|
os: Visual Studio 2017
|