Antiforgery/.appveyor.yml

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

2017-09-20 23:17:47 +03:00
init:
2015-09-04 11:33:47 +03:00
- git config --global core.autocrlf true
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
2015-09-04 11:33:47 +03:00
build_script:
2017-09-20 23:17:47 +03:00
- ps: .\run.ps1 default-build
2015-09-04 11:33:47 +03:00
clone_depth: 1
2017-07-08 00:53:53 +03:00
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
2015-09-04 11:33:47 +03:00
test: off
2017-01-31 01:05:08 +03:00
deploy: off
2017-03-14 23:39:30 +03:00
os: Visual Studio 2017