This repository was archived by the owner on Dec 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
init :
2
2
- git config --global core.autocrlf true
3
3
install :
4
- - ps : Install-Product node 8 x64
4
+ - ps : Install-Product node 10 x64
5
5
branches :
6
6
only :
7
7
- dev
Original file line number Diff line number Diff line change 5
5
global :
6
6
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
7
7
- DOTNET_CLI_TELEMETRY_OPTOUT : 1
8
- - TRAVIS_NODE_VERSION : 8.9.3
8
+ - TRAVIS_NODE_VERSION : 10.5.0
9
9
addons :
10
10
apt :
11
11
packages :
Original file line number Diff line number Diff line change @@ -15,24 +15,24 @@ phases:
15
15
agentOs : Windows
16
16
beforeBuild :
17
17
- task : NodeTool@0
18
- displayName : Use Node 8 .x
18
+ displayName : Use Node 10 .x
19
19
inputs :
20
- versionSpec : 8 .x
20
+ versionSpec : 10 .x
21
21
22
22
- template : .vsts-pipelines/templates/phases/default-build.yml@buildtools
23
23
parameters :
24
24
agentOs : macOS
25
25
beforeBuild :
26
26
- task : NodeTool@0
27
- displayName : Use Node 8 .x
27
+ displayName : Use Node 10 .x
28
28
inputs :
29
- versionSpec : 8 .x
29
+ versionSpec : 10 .x
30
30
31
31
- template : .vsts-pipelines/templates/phases/default-build.yml@buildtools
32
32
parameters :
33
33
agentOs : Linux
34
34
beforeBuild :
35
35
- task : NodeTool@0
36
- displayName : Use Node 8 .x
36
+ displayName : Use Node 10 .x
37
37
inputs :
38
- versionSpec : 8 .x
38
+ versionSpec : 10 .x
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ phases:
17
17
agentOs : Windows
18
18
beforeBuild :
19
19
- task : NodeTool@0
20
- displayName : Use Node 8 .x
20
+ displayName : Use Node 10 .x
21
21
inputs :
22
- versionSpec : 8 .x
22
+ versionSpec : 10 .x
23
23
24
24
- template : .vsts-pipelines/templates/phases/default-build.yml@buildtools
25
25
parameters :
26
26
agentOs : macOS
27
27
beforeBuild :
28
28
- task : NodeTool@0
29
- displayName : Use Node 8 .x
29
+ displayName : Use Node 10 .x
30
30
inputs :
31
- versionSpec : 8 .x
31
+ versionSpec : 10 .x
32
32
- script : ./run.sh install-tools; $(Agent.WorkFolder)/.dotnet/dotnet dev-certs https
33
33
displayName : install certs
34
34
@@ -37,6 +37,6 @@ phases:
37
37
agentOs : Linux
38
38
beforeBuild :
39
39
- task : NodeTool@0
40
- displayName : Use Node 8 .x
40
+ displayName : Use Node 10 .x
41
41
inputs :
42
- versionSpec : 8 .x
42
+ versionSpec : 10 .x
Original file line number Diff line number Diff line change 4
4
"toolsets" : {
5
5
"nodejs" : {
6
6
"required" : true ,
7
- "minVersion" : " 8 .0"
7
+ "minVersion" : " 10 .0"
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments