mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 02:30:13 +00:00
Scripted changes: - updated travis and appveyor.yml files to only build dev, ci, and release branches - updated dependencies.props - updated korebuild-lock.txt - updated korebuild.json to release/2.1 channel
20 lines
370 B
YAML
Executable File
20 lines
370 B
YAML
Executable File
init:
|
|
- git config --global core.autocrlf true
|
|
install:
|
|
- ps: Install-Product node 6.9.2 x64
|
|
branches:
|
|
only:
|
|
- dev
|
|
- /^release\/.*$/
|
|
- /^(.*\/)?ci-.*$/
|
|
build_script:
|
|
- ps: .\run.ps1 default-build
|
|
clone_depth: 1
|
|
environment:
|
|
global:
|
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
|
DOTNET_CLI_TELEMETRY_OPTOUT: 1
|
|
test: 'off'
|
|
deploy: 'off'
|
|
os: Visual Studio 2017
|