aspnetcore/.appveyor.yml

24 lines
579 B
YAML

init:
- git config --global core.autocrlf true
branches:
only:
- master
- /^release\/.*/
- dev
- /^(.*\/)?ci-.*$/
install:
# Set depth to 50 because the commit we need may not be at the tip of the branch configured in .gitmodules
- git submodule update --init --depth=50 --recursive
skip_commits:
message: /.*\[auto-updated:.*/
build_script:
- ps: .\run.ps1 default-build /t:CheckUniverse
clone_depth: 1
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
test: off
deploy: off
os: Visual Studio 2017