MvcPrecompilation/.appveyor.yml

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

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