Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rich Code Navigation Indexing #5790

Merged
merged 9 commits into from
Oct 13, 2020
6 changes: 6 additions & 0 deletions .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
inputs:
filename: 'eng/cibuild.cmd'
arguments: '-configuration Release -test'
- task: RichCodeNavIndexer@0
displayName: RichCodeNav Upload
inputs:
languages: 'csharp'
continueOnError: true
condition: succeeded()
- task: PublishTestResults@2
displayName: Publish .NET Framework Test Results
inputs:
Expand Down