File tree Expand file tree Collapse file tree 6 files changed +1677
-482
lines changed
Expand file tree Collapse file tree 6 files changed +1677
-482
lines changed Original file line number Diff line number Diff line change 1+ trigger :
2+ - master
3+
4+ pr :
5+ - master
6+
7+ pool :
8+ vmImage : ' Ubuntu-16.04'
9+
10+ resources :
11+ repositories :
12+ - repository : templates
13+ type : github
14+ name : swellaby/azure-pipelines-templates
15+ endpoint : swellaby
16+
17+ steps :
18+ - template : templates/yml/node/combo/npm-test-lint-validation-xunit-cobertura.yml@templates
19+ parameters :
20+ publishTestResults :
21+ taskDisplayName : ' Publish unit test results'
22+ testResultsFormat : ' JUnit'
23+ testResultsFiles : ' xunit.xml'
24+ searchFolder : ' $(Build.SourcesDirectory)/.testresults/unit'
25+ testRunTitle : ' vscode-python-pack::Unit Tests::Build $(Build.BuildId)'
26+
Original file line number Diff line number Diff line change 66 " eamodio.gitlens" ,
77 " pflannery.vscode-versionlens" ,
88 " hbenl.vscode-test-explorer" ,
9- " hbenl.vscode-mocha-test-adapter"
9+ " hbenl.vscode-mocha-test-adapter" ,
10+ " ms-azure-devops.azure-pipelines"
1011 ]
1112}
Original file line number Diff line number Diff line change 3535 " npm" ,
3636 " python" ,
3737 " softwareTerms"
38- ]
38+ ],
39+ "files.associations" : {
40+ "**/.azure-pipelines/**" : " azure-pipelines"
41+ },
3942}
Original file line number Diff line number Diff line change 1111.eslintrc.js
1212.gitattributes
1313.gitignore
14+ .mocharc.yml
1415package-lock.json
1516renovate.json
You can’t perform that action at this time.
0 commit comments