forked from microsoft/vscode-pull-request-github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazure-pipeline.pr.yml
More file actions
38 lines (32 loc) · 1.02 KB
/
azure-pipeline.pr.yml
File metadata and controls
38 lines (32 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
jobs:
- job: test_suite
displayName: Test suite
pool:
name: Hosted macOS
steps:
- template: scripts/ci/common-setup.yml
- script: yarn run test
displayName: Run test suite
env:
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/test-results.xml
- task: PublishTestResults@2
displayName: Publish test results
inputs:
testResultsFormat: JUnit
testResultsFiles: $(Agent.HomeDirectory)/test-results.xml
testRunTitle: Mocha test suite
condition: succeededOrFailed()
- job: indexer
displayName: Code navigator indexing
pool:
name: Hosted VS2017
steps:
- template: scripts/ci/common-setup.yml
- task: MS-RichCodeNav.Indexer.build-task.RichCodeNavIndexer@0
displayName: Rich Code Navigation Indexer
inputs:
serviceConnection: Rich Code Navigation
languages: typescript
githubServiceConnection: GitHub Pull Request
nugetFeed: https://vside.myget.org/F/buildtools/api/v3/index.json
serviceEndpoint: https://prod.richnav.vsengsaas.visualstudio.com