File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,14 @@ steps:
1818 inputs :
1919 ArtifactName : vscode-powershell
2020 PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
21+ # Rich Navigation
22+ - task : RichCodeNavIndexer@0
23+ # Note, for now, this is Windows only.
24+ condition : and(succeededOrFailed(), eq(variables['Agent.OS'], 'Windows_NT'))
25+ continueOnError : true
26+ inputs :
27+ serviceConnection : ' rich-nav'
28+ nugetServiceConnection : ' rich-nav-nuget'
29+ githubServiceConnection : ' PowerShell'
30+ languages : ' typescript,csharp'
31+ serviceEndpoint : ' https://prod.richnav.vsengsaas.visualstudio.com'
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3+ "rootDir" : " ." ,
34 "module" : " commonjs" ,
45 "target" : " es6" ,
56 "outDir" : " out" ,
910 "exclude" : [
1011 " node_modules"
1112 ]
12- }
13+ }
You can’t perform that action at this time.
0 commit comments