File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,14 @@ steps:
18
18
inputs :
19
19
ArtifactName : vscode-powershell
20
20
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 1
1
{
2
2
"compilerOptions" : {
3
+ "rootDir" : " ." ,
3
4
"module" : " commonjs" ,
4
5
"target" : " es6" ,
5
6
"outDir" : " out" ,
9
10
"exclude" : [
10
11
" node_modules"
11
12
]
12
- }
13
+ }
You can’t perform that action at this time.
0 commit comments