Routing/.appveyor.yml

18 строки
330 B
YAML
Исходник Постоянная ссылка Обычный вид История

2017-09-20 23:23:16 +03:00
init:
- git config --global core.autocrlf true
branches:
only:
2018-07-23 20:25:16 +03:00
- master
- /^release\/.*$/
- /^(.*\/)?ci-.*$/
2015-04-02 02:01:20 +03:00
build_script:
- ps: .\run.ps1 default-build
2015-04-02 02:01:20 +03:00
clone_depth: 1
2017-07-08 00:57:46 +03:00
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
test: 'off'
deploy: 'off'
2017-12-01 22:14:04 +03:00
image: Visual Studio 2017