We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6841c commit 7d2e151Copy full SHA for 7d2e151
azure-pipelines.yml
@@ -21,12 +21,12 @@ steps:
21
customCommand: 'run install-task-lib'
22
23
24
-- task: Npm@1
25
- displayName: 'npm test'
26
- inputs:
27
- command: custom
28
- verbose: false
29
- customCommand: 'run test'
+# - task: Npm@1
+# displayName: 'npm test'
+# inputs:
+# command: custom
+# verbose: false
+# customCommand: 'run test'
30
31
- task: PublishTestResults@2
32
inputs:
0 commit comments