AspNetWebStack/.appveyor.yml

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

init:
- git config --global core.autocrlf true
branches:
only:
2021-03-15 20:12:36 +03:00
- main
- /^(.*\/)?ci-.*$/
- /^rel\/.*/
configuration:
- CodeAnalysis
- Release
matrix:
fast_finish: true
before_build:
- cmd: .\build.cmd EnableSkipStrongNames
build_script:
- cmd: .\build.cmd UnitTest /P:Configuration=%Configuration%
clone_depth: 1
test: off
deploy: off
os: Visual Studio 2017