This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies.props to 2.1.0-preview-28193, build tools to 2.1.…
…0-preview1-1010 [ci skip] 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
- Loading branch information
Nate McMaster
committed
Jan 31, 2018
1 parent
cf951a1
commit 5dd6543
Showing
5 changed files
with
80 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
image: Visual Studio 2017 | ||
init: | ||
- git config --global core.autocrlf true | ||
- git config --global core.autocrlf true | ||
branches: | ||
only: | ||
- master | ||
- /release\/.*/ | ||
- dev | ||
- /^(.*\/)?ci-.*$/ | ||
- /^rel\/.*/ | ||
- dev | ||
- /^release\/.*$/ | ||
- /^(.*\/)?ci-.*$/ | ||
build_script: | ||
- ps: .\run.ps1 default-build | ||
- ps: .\run.ps1 default-build | ||
install: | ||
- ps: Install-Product node 8 | ||
- ps: Install-Product node 8 | ||
clone_depth: 1 | ||
environment: | ||
global: | ||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true | ||
DOTNET_CLI_TELEMETRY_OPTOUT: 1 | ||
test: off | ||
deploy: off | ||
test: 'off' | ||
deploy: 'off' | ||
os: Visual Studio 2017 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
version:2.1.0-preview1-15679 | ||
commithash:5347461137cb45a77ddcc0b55b2478092de43338 | ||
version:2.1.0-preview1-1010 | ||
commithash:75ca924dfbd673c38841025b04c4dcd93b84f56d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters