Skip to content

Commit 38bfa05

Browse files
committed
chore: test CRLF on Linux
1 parent a2a9921 commit 38bfa05

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
vmImage: vs2017-win2016
2323
variables:
2424
node_version: 10
25-
TEST_CRLF: true
2625
steps:
2726
- template: .azure-pipelines/dev.yml
2827

@@ -44,6 +43,18 @@ jobs:
4443
steps:
4544
- template: .azure-pipelines/dev.yml
4645

46+
# There're issues for unicode on Windows build
47+
# https://github.com/Microsoft/azure-pipelines-tasks/issues/8534
48+
- job: CRLF_Test_Linux_Node_v10
49+
displayName: CRLF Tests on Linux Node v10
50+
pool:
51+
vmImage: "Ubuntu 16.04"
52+
variables:
53+
node_version: 10
54+
TEST_CRLF: true
55+
steps:
56+
- template: .azure-pipelines/dev.yml
57+
4758
- job: Prod_Test_Linux
4859
displayName: Prod Tests on Linux
4960
pool:

0 commit comments

Comments
 (0)