File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11init :
2- - git config --global core.autocrlf true
2+ - git config --global core.autocrlf true
33install :
4- - ps : Install-Product node 6.9.2 x64
4+ - ps : Install-Product node 6.9.2 x64
55branches :
66 only :
7- - master
8- - release
9- - dev
10- - /^(.*\/)?ci-.*$/
11- - /^rel\/.*/
7+ - dev
8+ - /^release\/.*$/
9+ - /^(.*\/)?ci-.*$/
1210build_script :
13- - ps : .\run.ps1 default-build
11+ - ps : .\run.ps1 default-build
1412clone_depth : 1
1513environment :
1614 global :
1715 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
1816 DOTNET_CLI_TELEMETRY_OPTOUT : 1
19- test : off
20- deploy : off
17+ test : ' off'
18+ deploy : ' off'
2119os : Visual Studio 2017
Original file line number Diff line number Diff line change @@ -12,8 +12,13 @@ addons:
1212 - zlib1g
1313mono : none
1414os :
15- - linux
16- - osx
15+ - linux
16+ - osx
1717osx_image : xcode7.1
1818script :
19- - ./build.sh
19+ - ./build.sh
20+ branches :
21+ only :
22+ - dev
23+ - /^release\/.*$/
24+ - /^(.*\/)?ci-.*$/
You can’t perform that action at this time.
0 commit comments