We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a9921 commit 38bfa05Copy full SHA for 38bfa05
1 file changed
azure-pipelines.yml
@@ -22,7 +22,6 @@ jobs:
22
vmImage: vs2017-win2016
23
variables:
24
node_version: 10
25
- TEST_CRLF: true
26
steps:
27
- template: .azure-pipelines/dev.yml
28
@@ -44,6 +43,18 @@ jobs:
44
43
45
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
+
58
- job: Prod_Test_Linux
59
displayName: Prod Tests on Linux
60
pool:
0 commit comments