Skip to content

Commit eb660ef

Browse files
authored
Remove rich nav indexer (#1908)
1 parent edc9685 commit eb660ef

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build/azure-pipelines/win32/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,4 @@ steps:
1111
- script: |
1212
npm run lint
1313
npm run compile
14-
displayName: 'Lint & Compile'
15-
16-
- task: RichCodeNavIndexer@0
17-
displayName: VS Rich Code Navigation Upload
18-
inputs:
19-
languages: typescript,
20-
typescriptVersion: 0.6.0-next.21
21-
configFiles: .lsifrc.json
22-
continueOnError: true
14+
displayName: 'Lint & Compile'

0 commit comments

Comments
 (0)