2017-09-20 23:18:19 +03:00
|
|
|
init:
|
2015-04-04 03:04:56 +03:00
|
|
|
- git config --global core.autocrlf true
|
2016-03-10 03:35:15 +03:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
|
|
|
- release
|
|
|
|
- dev
|
2016-03-10 04:44:48 +03:00
|
|
|
- /^(.*\/)?ci-.*$/
|
2017-05-08 23:04:03 +03:00
|
|
|
- /^rel\/.*/
|
2015-04-02 00:42:59 +03:00
|
|
|
build_script:
|
2017-09-20 23:18:19 +03:00
|
|
|
- ps: .\run.ps1 default-build
|
2015-04-02 00:42:59 +03:00
|
|
|
clone_depth: 1
|
2017-07-08 00:54:15 +03:00
|
|
|
environment:
|
|
|
|
global:
|
|
|
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
|
|
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
2015-04-02 00:42:59 +03:00
|
|
|
test: off
|
2017-01-31 03:31:43 +03:00
|
|
|
deploy: off
|
2017-03-14 23:39:43 +03:00
|
|
|
os: Visual Studio 2017
|