Skip to content

Commit 87768f6

Browse files
author
Paul van Brenk
committed
Merge remote-tracking branch 'Microsoft/v1.3.x' into v1.3.x
# Conflicts: # Nodejs/Product/Nodejs/ProjectTemplates/CloudService/CloudService.vstemplate
2 parents 0a78a0e + 6c8560f commit 87768f6

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

appveyor.yml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
except:
55
- v1.1.x
66
- v1.2.x
7+
- v1.3.x
78
skip_tags: true
89
image: Visual Studio 2015
910
environment:
1011
matrix:
11-
- nodejs_version: 4
12+
- nodejs_version: Stable
1213
vs_version: 14.0
1314
architecture: x64
14-
- nodejs_version: 5
15+
- nodejs_version: LTS
1516
vs_version: 14.0
1617
architecture: x86
1718
install: &default_install_script
@@ -45,6 +46,25 @@
4546
- path: NTVS_Out
4647
name: NtvsOut
4748
type: zip
49+
-
50+
version: 1.0.{build}
51+
branches:
52+
only:
53+
- v1.3.x
54+
skip_tags: true
55+
image: Visual Studio 2015
56+
environment:
57+
matrix:
58+
- nodejs_version: 6
59+
vs_version: 14.0
60+
architecture: x64
61+
- nodejs_version: 7
62+
vs_version: 14.0
63+
architecture: x86
64+
install: *default_install_script
65+
build_script: *default_build_script
66+
test_script: *default_test_script
67+
artifacts: *default_artifacts
4868
-
4969
version: 1.0.{build}
5070
branches:

0 commit comments

Comments
 (0)