Skip to content

Commit 34c74a6

Browse files
ci: updated pipeline configs to use new template
1 parent 0a07fe0 commit 34c74a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414
endpoint: swellaby
1515

1616
steps:
17-
- template: templates/yml/node/combo/npm-test-lint-validation-xunit-cobertura.yml@templates
17+
- template: templates/yml/node/combo/npm-test-lint-validation-xunit.yml@templates
1818
parameters:
1919
publishTestResults:
2020
taskDisplayName: 'Publish unit test results'

.azure-pipelines/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414
endpoint: swellaby
1515

1616
steps:
17-
- template: templates/yml/node/combo/npm-test-lint-validation-xunit-cobertura.yml@templates
17+
- template: templates/yml/node/combo/npm-test-lint-validation-xunit.yml@templates
1818
parameters:
1919
publishTestResults:
2020
taskDisplayName: 'Publish unit test results'

0 commit comments

Comments
 (0)